Html Css Color HEX #08AAE3 Iris Blue

📋 copy color: '#08AAE3'

red 8 ◦ green 170 ◦ blue 227

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

Shades of Iris Blue #08AAE3

Tints of Iris Blue #08AAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 56.05%

R = 1.98%
G = 41.98%
B = 56.05%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#08AAE3 (or 0x08AAE3) is known color: Iris Blue. HEX triplet: 08, AA and E3. RGB value is (8,170,227). Sum of RGB (Red+Green+Blue) = 8+170+227=405 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 227 (89.06% from 255 or 56.05% from 405); Max value from RGB is 227 - color contains mainly: blue. Hex color #08AAE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AAE3 is #F7551C. Grayscale: #7F7F7F. Windows color (decimal): -16209181 or 14920200. OLE color: 14920200.

HSL color Cylindrical-coordinate representation of color #08AAE3: hue angle of 195.62º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AAE3 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 8 170 227 -
CMYK 0.96 0.25 0 0.11
HSL 195.62º 0.93% 0.46% -
HSV(B) 195.62º 0.96% 0.89% -
XYZ 28.34 34.35 77.81 -
YUV 128.06 183.83 42.37 -
System Red Green Blue C M Y K H S L
Decimal 8 170 227 0.96 0.25 0 0.11 195.62 0.93 0.46
Hex 8 AA E3 60 19 0 B C4 5D 2E
Octal 10 252 343 140 31 0 13 304 135 56
Binary 1000 10101010 11100011 1100000 11001 0 1011 11000100 1011101 101110

Color Harmonies of #08AAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AAE3

Black with #08AAE3

Text Example


Text Example

White with #08AAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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