Shades of Iris Blue #08BCDC
Tints of Iris Blue #08BCDC
RGB
CMYK
RGB Variations
Color information
#08BCDC (or 0x08BCDC) is known color: Iris Blue. HEX triplet: 08, BC and DC. RGB value is (8,188,220). Sum of RGB (Red+Green+Blue) = 8+188+220=416 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #08BCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCDC is #F74323. Grayscale: #898989. Windows color (decimal): -16204580 or 14466056. OLE color: 14466056.
HSL color Cylindrical-coordinate representation of color #08BCDC: hue angle of 189.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCDC is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 188 | 220 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.14 |
| HSL | 189.06º | 0.93% | 0.45% | - |
| HSV(B) | 189.06º | 0.96% | 0.86% | - |
| XYZ | 31 | 41.19 | 74.03 | - |
| YUV | 137.83 | 174.37 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 220 | 0.96 | 0.15 | 0 | 0.14 | 189.06 | 0.93 | 0.45 |
| Hex | 8 | BC | DC | 60 | F | 0 | E | BD | 5D | 2D |
| Octal | 10 | 274 | 334 | 140 | 17 | 0 | 16 | 275 | 135 | 55 |
| Binary | 1000 | 10111100 | 11011100 | 1100000 | 1111 | 0 | 1110 | 10111101 | 1011101 | 101101 |
Color Harmonies of #08BCDC
Complementary color
Monochromatic Colors of #08BCDC
Black with #08BCDC
Text Example
Text Example
White with #08BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCDC; }
p { color: rgb(8,188,220); }
H1.HeaderClassName
{
color: #08BCDC;
}
.AnyTagClassName
{
color: #08BCDC;
}
</style>
background-color css
<style>
a { background-color: #08BCDC; }
a { background-color: rgb(8,188,220); }
div.DivClassName
{
background-color: #08BCDC;
}
.BgClassName
{
background-color: #08BCDC;
}
</style>
border-color css
<style>
span { border-color: #08BCDC; }
span { border-color: rgb(8,188,220); }
td.TdClassName
{
border-color: #08BCDC;
}
.TagClassName
{
border-color: #08BCDC;
}
</style>