#08B0CD

Color #08B0CD Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #08B0CD

Tints of Iris Blue #08B0CD

Color information

#08B0CD (or 0x08B0CD) is unknown color: approx Iris Blue. HEX triplet: 08, B0 and CD. RGB value is (8,176,205). Sum of RGB (Red+Green+Blue) = 8+176+205=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #08B0CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B0CD is #F74F32. Grayscale: #808080. Windows color (decimal): -16207667 or 13479944. OLE color: 13479944.

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

Color convert

RGB8176205-
CMYK0.960.1400.20
HSL188.83º92.49%41.76%-
HSV(B)188.83º96.1%80.39%-
XYZ26.6435.5163.21-
YUV129.07170.8441.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.06%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 205 (80.47% from 255) = 52.70%
R=2.06%
G=45.24%
B=52.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81762050.960.1400.20188.8392.4941.76
Hex8B0CD60E014bd5c2a
Octal102603151401602427513452
Binary1000101100001100110111000001110010100101111011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08B0CD;
 }
 .AnyTagClassName
 {
   color: #08B0CD;
 }
</style>
background-color css

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

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

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

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

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

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