Shades of Iris Blue #08BBCD
Tints of Iris Blue #08BBCD
RGB
CMYK
RGB Variations
Color information
#08BBCD (or 0x08BBCD) is known color: Iris Blue. HEX triplet: 08, BB and CD. RGB value is (8,187,205). Sum of RGB (Red+Green+Blue) = 8+187+205=400 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #08BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBCD is #F74432. Grayscale: #878787. Windows color (decimal): -16204851 or 13482760. OLE color: 13482760.
HSL color Cylindrical-coordinate representation of color #08BBCD: hue angle of 185.48º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BBCD is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 187 | 205 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.20 |
| HSL | 185.48º | 0.92% | 0.42% | - |
| HSV(B) | 185.48º | 0.96% | 0.8% | - |
| XYZ | 28.89 | 40 | 63.96 | - |
| YUV | 135.53 | 167.2 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 205 | 0.96 | 0.09 | 0 | 0.20 | 185.48 | 0.92 | 0.42 |
| Hex | 8 | BB | CD | 60 | 9 | 0 | 14 | B9 | 5C | 2A |
| Octal | 10 | 273 | 315 | 140 | 11 | 0 | 24 | 271 | 134 | 52 |
| Binary | 1000 | 10111011 | 11001101 | 1100000 | 1001 | 0 | 10100 | 10111001 | 1011100 | 101010 |
Color Harmonies of #08BBCD
Complementary color
Monochromatic Colors of #08BBCD
Black with #08BBCD
Text Example
Text Example
White with #08BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBCD; }
p { color: rgb(8,187,205); }
H1.HeaderClassName
{
color: #08BBCD;
}
.AnyTagClassName
{
color: #08BBCD;
}
</style>
background-color css
<style>
a { background-color: #08BBCD; }
a { background-color: rgb(8,187,205); }
div.DivClassName
{
background-color: #08BBCD;
}
.BgClassName
{
background-color: #08BBCD;
}
</style>
border-color css
<style>
span { border-color: #08BBCD; }
span { border-color: rgb(8,187,205); }
td.TdClassName
{
border-color: #08BBCD;
}
.TagClassName
{
border-color: #08BBCD;
}
</style>