Shades of Iris Blue #08BDD0
Tints of Iris Blue #08BDD0
RGB
CMYK
RGB Variations
Color information
#08BDD0 (or 0x08BDD0) is known color: Iris Blue. HEX triplet: 08, BD and D0. RGB value is (8,189,208). Sum of RGB (Red+Green+Blue) = 8+189+208=405 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #08BDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BDD0 is #F7422F. Grayscale: #888888. Windows color (decimal): -16204336 or 13679880. OLE color: 13679880.
HSL color Cylindrical-coordinate representation of color #08BDD0: hue angle of 185.7º 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 #08BDD0 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 189 | 208 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.18 |
| HSL | 185.7º | 0.93% | 0.42% | - |
| HSV(B) | 185.7º | 0.96% | 0.82% | - |
| XYZ | 29.68 | 41 | 66.02 | - |
| YUV | 137.05 | 168.03 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 208 | 0.96 | 0.09 | 0 | 0.18 | 185.7 | 0.93 | 0.42 |
| Hex | 8 | BD | D0 | 60 | 9 | 0 | 12 | BA | 5D | 2A |
| Octal | 10 | 275 | 320 | 140 | 11 | 0 | 22 | 272 | 135 | 52 |
| Binary | 1000 | 10111101 | 11010000 | 1100000 | 1001 | 0 | 10010 | 10111010 | 1011101 | 101010 |
Color Harmonies of #08BDD0
Complementary color
Monochromatic Colors of #08BDD0
Black with #08BDD0
Text Example
Text Example
White with #08BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BDD0; }
p { color: rgb(8,189,208); }
H1.HeaderClassName
{
color: #08BDD0;
}
.AnyTagClassName
{
color: #08BDD0;
}
</style>
background-color css
<style>
a { background-color: #08BDD0; }
a { background-color: rgb(8,189,208); }
div.DivClassName
{
background-color: #08BDD0;
}
.BgClassName
{
background-color: #08BDD0;
}
</style>
border-color css
<style>
span { border-color: #08BDD0; }
span { border-color: rgb(8,189,208); }
td.TdClassName
{
border-color: #08BDD0;
}
.TagClassName
{
border-color: #08BDD0;
}
</style>