Shades of Iris Blue #08BDDD
Tints of Iris Blue #08BDDD
RGB
CMYK
RGB Variations
Color information
#08BDDD (or 0x08BDDD) is known color: Iris Blue. HEX triplet: 08, BD and DD. RGB value is (8,189,221). Sum of RGB (Red+Green+Blue) = 8+189+221=418 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.91% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #08BDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BDDD is #F74222. Grayscale: #8A8A8A. Windows color (decimal): -16204323 or 14531848. OLE color: 14531848.
HSL color Cylindrical-coordinate representation of color #08BDDD: hue angle of 189.01º 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 #08BDDD is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 189 | 221 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.13 |
| HSL | 189.01º | 0.93% | 0.45% | - |
| HSV(B) | 189.01º | 0.96% | 0.87% | - |
| XYZ | 31.35 | 41.67 | 74.8 | - |
| YUV | 138.53 | 174.53 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 221 | 0.96 | 0.14 | 0 | 0.13 | 189.01 | 0.93 | 0.45 |
| Hex | 8 | BD | DD | 60 | E | 0 | D | BD | 5D | 2D |
| Octal | 10 | 275 | 335 | 140 | 16 | 0 | 15 | 275 | 135 | 55 |
| Binary | 1000 | 10111101 | 11011101 | 1100000 | 1110 | 0 | 1101 | 10111101 | 1011101 | 101101 |
Color Harmonies of #08BDDD
Complementary color
Monochromatic Colors of #08BDDD
Black with #08BDDD
Text Example
Text Example
White with #08BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BDDD; }
p { color: rgb(8,189,221); }
H1.HeaderClassName
{
color: #08BDDD;
}
.AnyTagClassName
{
color: #08BDDD;
}
</style>
background-color css
<style>
a { background-color: #08BDDD; }
a { background-color: rgb(8,189,221); }
div.DivClassName
{
background-color: #08BDDD;
}
.BgClassName
{
background-color: #08BDDD;
}
</style>
border-color css
<style>
span { border-color: #08BDDD; }
span { border-color: rgb(8,189,221); }
td.TdClassName
{
border-color: #08BDDD;
}
.TagClassName
{
border-color: #08BDDD;
}
</style>