COLOR #00AEE8

HEX: #00AEE8
RGB: (0,174,232)

Renk bilgisi

#00AEE8 contains only green and blue colors. #00AEE8 ‘ nin web güvenlik rengi #0099FF (ya da #09F) dir.

RGB renk modeli

#00AEE8 color RGB value is (0,174,232).

  • kırmız ton 0;
  • yeşil ton 174;
  • mavi ton 232.
RGB:
(0,174,232)
(0%,68%,91%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 174 of 255 = 68%
B 232 of 255 = 91%

0
174
232

R + G + B ~ 53%. #00AEE8 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 174 + 232 = 406 (100%)
R 0 of 406 ~ 0%
G 174 of 406 ~ 42.86%
B 232 of 406 ~ 57.14%

%42.86
%57.14

CMYK RENK MODELİ

#00AEE8 rengi CMYK tonu (100,25,0,9).

  • camgöbeği tonu 100.00%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(100,25,0,9)
C100M25Y0K9 
(100%,25%,0%,9%)
(1.00/0.25/0.00/0.09)	

CMYK yüzdeleri

%100
%25
%0
%9.02

Codes

Color #00AEE8 in popluar color models

00AEE8
RGB0174232
HSL195°100.00%45.49%
HSB/HSV195°100.00%90.98%
CMYK100.00%25.00%0.00%
9.02%

Color #00AEE8 in popluar number systems.

HEX00AEE8
Decimal0174232
Binary01010111011101000
Octal0256350

Shades and tints

Shades of #00AEE8

#00AEE8
(0,174,232)
#009FD3
(0,159,211)
#0090BE
(0,144,190)
#0081A9
(0,129,169)
#007294
(0,114,148)
#00637F
(0,99,127)
#00546A
(0,84,106)
#004555
(0,69,85)
#003640
(0,54,64)
#00272B
(0,39,43)
#001816
(0,24,22)
#000000
(0,0,0)

Tints of #00AEE8

#00AEE8
(0,174,232)
#17B5EA
(23,181,234)
#2EBCEC
(46,188,236)
#45C3EE
(69,195,238)
#5CCAF0
(92,202,240)
#73D1F2
(115,209,242)
#8AD8F4
(138,216,244)
#A1DFF6
(161,223,246)
#B8E6F8
(184,230,248)
#CFEDFA
(207,237,250)
#E6F4FC
(230,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00AEE8 color. Also use rgb(0,174,232) instead hex code.

Text Font Color

.myTextColor { color: #00AEE8; }

<p style="color:#00AEE8">This sample text font color is #00AEE8.</p>

This text font color is #00AEE8.


Background Color

.myBgColor { background-color: #00AEE8; }

<div style="background-color:#00AEE8">Inner text</div>

This div background color is #00AEE8.


Border color

.myBorderColor { border: 1px solid #00AEE8; }

<div style="border:3px solid #00AEE8">Div</div>

This div border color is #00AEE8.


Opacity

.myOpacity80 { color: #00AEE8; opacity: 0.8; }

<p style="color:#00AEE8;opacity:0.8;">80%</p>

Text with #00AEE8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00AEE8;}

<p style="text-shadow: 3px 3px 1px #00AEE8">Text here.</p>

This text has shadow with #00AEE8 color.

.textShadow {text-shadow: 3px 3px 1px #00AEE8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00AEE8, 5px 5px 20px red">Text here.</p>

This text has shadow with #00AEE8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00AEE8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00AEE8, Direction=45, Strength=4)">Text</p>

This text has shadow with #00AEE8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00AEE8;
  -webkit-box-shadow:	1px 1px 3px 2px #00AEE8;
  box-shadow:		1px 1px 3px 2px #00AEE8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00AEE8;
-webkit-box-shadow: 1px 1px 3px 2px #00AEE8;
box-shadow:1px 1px 3px 2px #00AEE8;">
Div content here</div>
This div box has shadow with color #00AEE8.

Preview

Color preview on black background

This text has color #00AEE8 on black background.


Color preview on white background

This text has color #00AEE8 on white background.



Black color preview on #00AEE8 background

This text has black color on #00AEE8 background.


White color preview on #00AEE8 background

This text has white color on #00AEE8 background.