Shades of Iris Blue #08BCDB
Tints of Iris Blue #08BCDB
RGB
CMYK
RGB Variations
Color information
#08BCDB (or 0x08BCDB) is known color: Iris Blue. HEX triplet: 08, BC and DB. RGB value is (8,188,219). Sum of RGB (Red+Green+Blue) = 8+188+219=415 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #08BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCDB is #F74324. Grayscale: #898989. Windows color (decimal): -16204581 or 14400520. OLE color: 14400520.
HSL color Cylindrical-coordinate representation of color #08BCDB: hue angle of 188.82º 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 #08BCDB is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 188 | 219 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.14 |
| HSL | 188.82º | 0.93% | 0.45% | - |
| HSV(B) | 188.82º | 0.96% | 0.86% | - |
| XYZ | 30.87 | 41.13 | 73.33 | - |
| YUV | 137.71 | 173.87 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 219 | 0.96 | 0.14 | 0 | 0.14 | 188.82 | 0.93 | 0.45 |
| Hex | 8 | BC | DB | 60 | E | 0 | E | BD | 5D | 2D |
| Octal | 10 | 274 | 333 | 140 | 16 | 0 | 16 | 275 | 135 | 55 |
| Binary | 1000 | 10111100 | 11011011 | 1100000 | 1110 | 0 | 1110 | 10111101 | 1011101 | 101101 |
Color Harmonies of #08BCDB
Complementary color
Monochromatic Colors of #08BCDB
Black with #08BCDB
Text Example
Text Example
White with #08BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCDB; }
p { color: rgb(8,188,219); }
H1.HeaderClassName
{
color: #08BCDB;
}
.AnyTagClassName
{
color: #08BCDB;
}
</style>
background-color css
<style>
a { background-color: #08BCDB; }
a { background-color: rgb(8,188,219); }
div.DivClassName
{
background-color: #08BCDB;
}
.BgClassName
{
background-color: #08BCDB;
}
</style>
border-color css
<style>
span { border-color: #08BCDB; }
span { border-color: rgb(8,188,219); }
td.TdClassName
{
border-color: #08BCDB;
}
.TagClassName
{
border-color: #08BCDB;
}
</style>