Html Css Color HEX #08ADCC Iris Blue

📋 copy color: '#08ADCC'

red 8 ◦ green 173 ◦ blue 204

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

Shades of Iris Blue #08ADCC

Tints of Iris Blue #08ADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.94%

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

R = 2.08%
G = 44.94%
B = 52.99%

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

#08ADCC (or 0x08ADCC) is known color: Iris Blue. HEX triplet: 08, AD and CC. RGB value is (8,173,204). Sum of RGB (Red+Green+Blue) = 8+173+204=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #08ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADCC is #F75233. Grayscale: #7E7E7E. Windows color (decimal): -16208436 or 13413640. OLE color: 13413640.

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

Color convert

RGB 8 173 204 -
CMYK 0.96 0.15 0 0.2
HSL 189.49º 0.92% 0.42% -
HSV(B) 189.49º 0.96% 0.8% -
XYZ 25.94 34.3 62.38 -
YUV 127.2 171.34 42.98 -
System Red Green Blue C M Y K H S L
Decimal 8 173 204 0.96 0.15 0 0.2 189.49 0.92 0.42
Hex 8 AD CC 60 F 0 14 BD 5C 2A
Octal 10 255 314 140 17 0 24 275 134 52
Binary 1000 10101101 11001100 1100000 1111 0 10100 10111101 1011100 101010

Color Harmonies of #08ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ADCC

Black with #08ADCC

Text Example


Text Example

White with #08ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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