Html Css Color HEX #08B0C9 Iris Blue

📋 copy color: '#08B0C9'

red 8 ◦ green 176 ◦ blue 201

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

Shades of Iris Blue #08B0C9

Tints of Iris Blue #08B0C9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.71%

 BLUE value IS 201 (78.91% from 255) = 52.21%

R = 2.08%
G = 45.71%
B = 52.21%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#08B0C9 (or 0x08B0C9) is known color: Iris Blue. HEX triplet: 08, B0 and C9. RGB value is (8,176,201). Sum of RGB (Red+Green+Blue) = 8+176+201=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #08B0C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B0C9 is #F74F36. Grayscale: #808080. Windows color (decimal): -16207671 or 13217800. OLE color: 13217800.

HSL color Cylindrical-coordinate representation of color #08B0C9: hue angle of 187.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B0C9 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 176 201 -
CMYK 0.96 0.12 0 0.21
HSL 187.77º 0.92% 0.41% -
HSV(B) 187.77º 0.96% 0.79% -
XYZ 26.17 35.32 60.7 -
YUV 128.62 168.84 41.97 -
System Red Green Blue C M Y K H S L
Decimal 8 176 201 0.96 0.12 0 0.21 187.77 0.92 0.41
Hex 8 B0 C9 60 C 0 15 BC 5C 29
Octal 10 260 311 140 14 0 25 274 134 51
Binary 1000 10110000 11001001 1100000 1100 0 10101 10111100 1011100 101001

Color Harmonies of #08B0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B0C9

Black with #08B0C9

Text Example


Text Example

White with #08B0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,176,201); }

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

background-color css

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

 a { background-color: rgb(8,176,201); }

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

border-color css

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

 span { border-color: rgb(8,176,201); }

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