Shades of Iris Blue #08BCD6
Tints of Iris Blue #08BCD6
RGB
CMYK
RGB Variations
Color information
#08BCD6 (or 0x08BCD6) is known color: Iris Blue. HEX triplet: 08, BC and D6. RGB value is (8,188,214). Sum of RGB (Red+Green+Blue) = 8+188+214=410 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #08BCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCD6 is #F74329. Grayscale: #888888. Windows color (decimal): -16204586 or 14072840. OLE color: 14072840.
HSL color Cylindrical-coordinate representation of color #08BCD6: hue angle of 187.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCD6 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 188 | 214 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.16 |
| HSL | 187.57º | 0.93% | 0.44% | - |
| HSV(B) | 187.57º | 0.96% | 0.84% | - |
| XYZ | 30.22 | 40.87 | 69.91 | - |
| YUV | 137.14 | 171.37 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 214 | 0.96 | 0.12 | 0 | 0.16 | 187.57 | 0.93 | 0.44 |
| Hex | 8 | BC | D6 | 60 | C | 0 | 10 | BC | 5D | 2C |
| Octal | 10 | 274 | 326 | 140 | 14 | 0 | 20 | 274 | 135 | 54 |
| Binary | 1000 | 10111100 | 11010110 | 1100000 | 1100 | 0 | 10000 | 10111100 | 1011101 | 101100 |
Color Harmonies of #08BCD6
Complementary color
Monochromatic Colors of #08BCD6
Black with #08BCD6
Text Example
Text Example
White with #08BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCD6; }
p { color: rgb(8,188,214); }
H1.HeaderClassName
{
color: #08BCD6;
}
.AnyTagClassName
{
color: #08BCD6;
}
</style>
background-color css
<style>
a { background-color: #08BCD6; }
a { background-color: rgb(8,188,214); }
div.DivClassName
{
background-color: #08BCD6;
}
.BgClassName
{
background-color: #08BCD6;
}
</style>
border-color css
<style>
span { border-color: #08BCD6; }
span { border-color: rgb(8,188,214); }
td.TdClassName
{
border-color: #08BCD6;
}
.TagClassName
{
border-color: #08BCD6;
}
</style>