Html Css Color HEX #08AACC Iris Blue

📋 copy color: '#08AACC'

red 8 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #08AACC

Tints of Iris Blue #08AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 2.09%
G = 44.5%
B = 53.4%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#08AACC (or 0x08AACC) is known color: Iris Blue. HEX triplet: 08, AA and CC. RGB value is (8,170,204). Sum of RGB (Red+Green+Blue) = 8+170+204=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #08AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AACC is #F75533. Grayscale: #7D7D7D. Windows color (decimal): -16209204 or 13412872. OLE color: 13412872.

HSL color Cylindrical-coordinate representation of color #08AACC: hue angle of 190.41º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AACC is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 170 204 -
CMYK 0.96 0.17 0 0.2
HSL 190.41º 0.92% 0.42% -
HSV(B) 190.41º 0.96% 0.8% -
XYZ 25.37 33.16 62.19 -
YUV 125.44 172.33 44.24 -
System Red Green Blue C M Y K H S L
Decimal 8 170 204 0.96 0.17 0 0.2 190.41 0.92 0.42
Hex 8 AA CC 60 11 0 14 BE 5C 2A
Octal 10 252 314 140 21 0 24 276 134 52
Binary 1000 10101010 11001100 1100000 10001 0 10100 10111110 1011100 101010

Color Harmonies of #08AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AACC

Black with #08AACC

Text Example


Text Example

White with #08AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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