Shades of Iris Blue #08BCD0
Tints of Iris Blue #08BCD0
RGB
CMYK
RGB Variations
Color information
#08BCD0 (or 0x08BCD0) is known color: Iris Blue. HEX triplet: 08, BC and D0. RGB value is (8,188,208). Sum of RGB (Red+Green+Blue) = 8+188+208=404 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #08BCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCD0 is #F7432F. Grayscale: #888888. Windows color (decimal): -16204592 or 13679624. OLE color: 13679624.
HSL color Cylindrical-coordinate representation of color #08BCD0: hue angle of 186º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCD0 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 188 | 208 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.18 |
| HSL | 186º | 0.93% | 0.42% | - |
| HSV(B) | 186º | 0.96% | 0.82% | - |
| XYZ | 29.47 | 40.57 | 65.95 | - |
| YUV | 136.46 | 168.37 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 208 | 0.96 | 0.10 | 0 | 0.18 | 186 | 0.93 | 0.42 |
| Hex | 8 | BC | D0 | 60 | A | 0 | 12 | BA | 5D | 2A |
| Octal | 10 | 274 | 320 | 140 | 12 | 0 | 22 | 272 | 135 | 52 |
| Binary | 1000 | 10111100 | 11010000 | 1100000 | 1010 | 0 | 10010 | 10111010 | 1011101 | 101010 |
Color Harmonies of #08BCD0
Complementary color
Monochromatic Colors of #08BCD0
Black with #08BCD0
Text Example
Text Example
White with #08BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCD0; }
p { color: rgb(8,188,208); }
H1.HeaderClassName
{
color: #08BCD0;
}
.AnyTagClassName
{
color: #08BCD0;
}
</style>
background-color css
<style>
a { background-color: #08BCD0; }
a { background-color: rgb(8,188,208); }
div.DivClassName
{
background-color: #08BCD0;
}
.BgClassName
{
background-color: #08BCD0;
}
</style>
border-color css
<style>
span { border-color: #08BCD0; }
span { border-color: rgb(8,188,208); }
td.TdClassName
{
border-color: #08BCD0;
}
.TagClassName
{
border-color: #08BCD0;
}
</style>