Shades of Iris Blue #05BBC0
Tints of Iris Blue #05BBC0
RGB
CMYK
RGB Variations
Color information
#05BBC0 (or 0x05BBC0) is known color: Iris Blue. HEX triplet: 05, BB and C0. RGB value is (5,187,192). Sum of RGB (Red+Green+Blue) = 5+187+192=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #05BBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BBC0 is #FA443F. Grayscale: #848484. Windows color (decimal): -16401472 or 12630789. OLE color: 12630789.
HSL color Cylindrical-coordinate representation of color #05BBC0: hue angle of 181.6º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BBC0 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 187 | 192 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.25 |
| HSL | 181.6º | 0.95% | 0.39% | - |
| HSV(B) | 181.6º | 0.97% | 0.75% | - |
| XYZ | 27.35 | 39.38 | 56.03 | - |
| YUV | 133.15 | 161.2 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 187 | 192 | 0.97 | 0.03 | 0 | 0.25 | 181.6 | 0.95 | 0.39 |
| Hex | 5 | BB | C0 | 61 | 3 | 0 | 19 | B6 | 5F | 27 |
| Octal | 5 | 273 | 300 | 141 | 3 | 0 | 31 | 266 | 137 | 47 |
| Binary | 101 | 10111011 | 11000000 | 1100001 | 11 | 0 | 11001 | 10110110 | 1011111 | 100111 |
Color Harmonies of #05BBC0
Complementary color
Monochromatic Colors of #05BBC0
Black with #05BBC0
Text Example
Text Example
White with #05BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BBC0; }
p { color: rgb(5,187,192); }
H1.HeaderClassName
{
color: #05BBC0;
}
.AnyTagClassName
{
color: #05BBC0;
}
</style>
background-color css
<style>
a { background-color: #05BBC0; }
a { background-color: rgb(5,187,192); }
div.DivClassName
{
background-color: #05BBC0;
}
.BgClassName
{
background-color: #05BBC0;
}
</style>
border-color css
<style>
span { border-color: #05BBC0; }
span { border-color: rgb(5,187,192); }
td.TdClassName
{
border-color: #05BBC0;
}
.TagClassName
{
border-color: #05BBC0;
}
</style>