Shades of Iris Blue #08BBDD
Tints of Iris Blue #08BBDD
RGB
CMYK
RGB Variations
Color information
#08BBDD (or 0x08BBDD) is known color: Iris Blue. HEX triplet: 08, BB and DD. RGB value is (8,187,221). Sum of RGB (Red+Green+Blue) = 8+187+221=416 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #08BBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBDD is #F74422. Grayscale: #898989. Windows color (decimal): -16204835 or 14531336. OLE color: 14531336.
HSL color Cylindrical-coordinate representation of color #08BBDD: hue angle of 189.58º 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 #08BBDD is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 187 | 221 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.13 |
| HSL | 189.58º | 0.93% | 0.45% | - |
| HSV(B) | 189.58º | 0.96% | 0.87% | - |
| XYZ | 30.92 | 40.81 | 74.65 | - |
| YUV | 137.36 | 175.2 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 221 | 0.96 | 0.15 | 0 | 0.13 | 189.58 | 0.93 | 0.45 |
| Hex | 8 | BB | DD | 60 | F | 0 | D | BE | 5D | 2D |
| Octal | 10 | 273 | 335 | 140 | 17 | 0 | 15 | 276 | 135 | 55 |
| Binary | 1000 | 10111011 | 11011101 | 1100000 | 1111 | 0 | 1101 | 10111110 | 1011101 | 101101 |
Color Harmonies of #08BBDD
Complementary color
Monochromatic Colors of #08BBDD
Black with #08BBDD
Text Example
Text Example
White with #08BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBDD; }
p { color: rgb(8,187,221); }
H1.HeaderClassName
{
color: #08BBDD;
}
.AnyTagClassName
{
color: #08BBDD;
}
</style>
background-color css
<style>
a { background-color: #08BBDD; }
a { background-color: rgb(8,187,221); }
div.DivClassName
{
background-color: #08BBDD;
}
.BgClassName
{
background-color: #08BBDD;
}
</style>
border-color css
<style>
span { border-color: #08BBDD; }
span { border-color: rgb(8,187,221); }
td.TdClassName
{
border-color: #08BBDD;
}
.TagClassName
{
border-color: #08BBDD;
}
</style>