Html Css Color HEX #08AECC Iris Blue

📋 copy color: '#08AECC'

red 8 ◦ green 174 ◦ blue 204

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

Shades of Iris Blue #08AECC

Tints of Iris Blue #08AECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.08%

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

R = 2.07%
G = 45.08%
B = 52.85%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#08AECC (or 0x08AECC) is known color: Iris Blue. HEX triplet: 08, AE and CC. RGB value is (8,174,204). Sum of RGB (Red+Green+Blue) = 8+174+204=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #08AECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AECC is #F75133. Grayscale: #7F7F7F. Windows color (decimal): -16208180 or 13413896. OLE color: 13413896.

HSL color Cylindrical-coordinate representation of color #08AECC: hue angle of 189.18º 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 #08AECC is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 174 204 -
CMYK 0.96 0.15 0 0.2
HSL 189.18º 0.92% 0.42% -
HSV(B) 189.18º 0.96% 0.8% -
XYZ 26.14 34.68 62.44 -
YUV 127.79 171 42.56 -
System Red Green Blue C M Y K H S L
Decimal 8 174 204 0.96 0.15 0 0.2 189.18 0.92 0.42
Hex 8 AE CC 60 F 0 14 BD 5C 2A
Octal 10 256 314 140 17 0 24 275 134 52
Binary 1000 10101110 11001100 1100000 1111 0 10100 10111101 1011100 101010

Color Harmonies of #08AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AECC

Black with #08AECC

Text Example


Text Example

White with #08AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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