Html Css Color HEX #08AAE5 Iris Blue

📋 copy color: '#08AAE5'

red 8 ◦ green 170 ◦ blue 229

#08AAE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #08AAE5

Tints of Iris Blue #08AAE5

RGB

 RED value IS 8 (3.52% from 255) = 1.97%

 GREEN value IS 170 (66.8% from 255) = 41.77%

 BLUE value IS 229 (89.84% from 255) = 56.27%

R = 1.97%
G = 41.77%
B = 56.27%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08AAE5 (or 0x08AAE5) is known color: Iris Blue. HEX triplet: 08, AA and E5. RGB value is (8,170,229). Sum of RGB (Red+Green+Blue) = 8+170+229=407 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #08AAE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AAE5 is #F7551A. Grayscale: #7F7F7F. Windows color (decimal): -16209179 or 15051272. OLE color: 15051272.

HSL color Cylindrical-coordinate representation of color #08AAE5: hue angle of 196.02º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08AAE5 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 8 170 229 -
CMYK 0.97 0.26 0 0.10
HSL 196.02º 0.93% 0.46% -
HSV(B) 196.02º 0.97% 0.9% -
XYZ 28.62 34.46 79.27 -
YUV 128.29 184.83 42.2 -
System Red Green Blue C M Y K H S L
Decimal 8 170 229 0.97 0.26 0 0.10 196.02 0.93 0.46
Hex 8 AA E5 61 1A 0 A C4 5D 2E
Octal 10 252 345 141 32 0 12 304 135 56
Binary 1000 10101010 11100101 1100001 11010 0 1010 11000100 1011101 101110

Color Harmonies of #08AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AAE5

Black with #08AAE5

Text Example


Text Example

White with #08AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08AAE5; }

 p { color: rgb(8,170,229); }

 H1.HeaderClassName
 {
   color: #08AAE5;
 }
 .AnyTagClassName
 {
   color: #08AAE5;
 }
</style>

background-color css

<style>
 a { background-color: #08AAE5; }

 a { background-color: rgb(8,170,229); }

 div.DivClassName
 {
   background-color: #08AAE5;
 }
 .BgClassName
 {
   background-color: #08AAE5;
 }
</style>

border-color css

<style>
 span { border-color: #08AAE5; }

 span { border-color: rgb(8,170,229); }

 td.TdClassName
 {
   border-color: #08AAE5;
 }
 .TagClassName
 {
   border-color: #08AAE5;
 }
</style>