Shades of Iris Blue #08BCDD
Tints of Iris Blue #08BCDD
RGB
CMYK
RGB Variations
Color information
#08BCDD (or 0x08BCDD) is known color: Iris Blue. HEX triplet: 08, BC and DD. RGB value is (8,188,221). Sum of RGB (Red+Green+Blue) = 8+188+221=417 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #08BCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCDD is #F74322. Grayscale: #898989. Windows color (decimal): -16204579 or 14531592. OLE color: 14531592.
HSL color Cylindrical-coordinate representation of color #08BCDD: hue angle of 189.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCDD is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 188 | 221 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.13 |
| HSL | 189.3º | 0.93% | 0.45% | - |
| HSV(B) | 189.3º | 0.96% | 0.87% | - |
| XYZ | 31.13 | 41.24 | 74.73 | - |
| YUV | 137.94 | 174.87 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 221 | 0.96 | 0.15 | 0 | 0.13 | 189.3 | 0.93 | 0.45 |
| Hex | 8 | BC | DD | 60 | F | 0 | D | BD | 5D | 2D |
| Octal | 10 | 274 | 335 | 140 | 17 | 0 | 15 | 275 | 135 | 55 |
| Binary | 1000 | 10111100 | 11011101 | 1100000 | 1111 | 0 | 1101 | 10111101 | 1011101 | 101101 |
Color Harmonies of #08BCDD
Complementary color
Monochromatic Colors of #08BCDD
Black with #08BCDD
Text Example
Text Example
White with #08BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCDD; }
p { color: rgb(8,188,221); }
H1.HeaderClassName
{
color: #08BCDD;
}
.AnyTagClassName
{
color: #08BCDD;
}
</style>
background-color css
<style>
a { background-color: #08BCDD; }
a { background-color: rgb(8,188,221); }
div.DivClassName
{
background-color: #08BCDD;
}
.BgClassName
{
background-color: #08BCDD;
}
</style>
border-color css
<style>
span { border-color: #08BCDD; }
span { border-color: rgb(8,188,221); }
td.TdClassName
{
border-color: #08BCDD;
}
.TagClassName
{
border-color: #08BCDD;
}
</style>