Shades of Iris Blue #05BBCD
Tints of Iris Blue #05BBCD
RGB
CMYK
RGB Variations
Color information
#05BBCD (or 0x05BBCD) is known color: Iris Blue. HEX triplet: 05, BB and CD. RGB value is (5,187,205). Sum of RGB (Red+Green+Blue) = 5+187+205=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #05BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BBCD is #FA4432. Grayscale: #868686. Windows color (decimal): -16401459 or 13482757. OLE color: 13482757.
HSL color Cylindrical-coordinate representation of color #05BBCD: hue angle of 185.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BBCD is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 187 | 205 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.20 |
| HSL | 185.4º | 0.95% | 0.41% | - |
| HSV(B) | 185.4º | 0.98% | 0.8% | - |
| XYZ | 28.85 | 39.98 | 63.95 | - |
| YUV | 134.63 | 167.7 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 187 | 205 | 0.98 | 0.09 | 0 | 0.20 | 185.4 | 0.95 | 0.41 |
| Hex | 5 | BB | CD | 62 | 9 | 0 | 14 | B9 | 5F | 29 |
| Octal | 5 | 273 | 315 | 142 | 11 | 0 | 24 | 271 | 137 | 51 |
| Binary | 101 | 10111011 | 11001101 | 1100010 | 1001 | 0 | 10100 | 10111001 | 1011111 | 101001 |
Color Harmonies of #05BBCD
Complementary color
Monochromatic Colors of #05BBCD
Black with #05BBCD
Text Example
Text Example
White with #05BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BBCD; }
p { color: rgb(5,187,205); }
H1.HeaderClassName
{
color: #05BBCD;
}
.AnyTagClassName
{
color: #05BBCD;
}
</style>
background-color css
<style>
a { background-color: #05BBCD; }
a { background-color: rgb(5,187,205); }
div.DivClassName
{
background-color: #05BBCD;
}
.BgClassName
{
background-color: #05BBCD;
}
</style>
border-color css
<style>
span { border-color: #05BBCD; }
span { border-color: rgb(5,187,205); }
td.TdClassName
{
border-color: #05BBCD;
}
.TagClassName
{
border-color: #05BBCD;
}
</style>