Shades of Iris Blue #05BBE0
Tints of Iris Blue #05BBE0
RGB
CMYK
RGB Variations
Color information
#05BBE0 (or 0x05BBE0) is known color: Iris Blue. HEX triplet: 05, BB and E0. RGB value is (5,187,224). Sum of RGB (Red+Green+Blue) = 5+187+224=416 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #05BBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BBE0 is #FA441F. Grayscale: #888888. Windows color (decimal): -16401440 or 14727941. OLE color: 14727941.
HSL color Cylindrical-coordinate representation of color #05BBE0: hue angle of 190.14º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BBE0 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 187 | 224 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.12 |
| HSL | 190.14º | 0.96% | 0.45% | - |
| HSV(B) | 190.14º | 0.98% | 0.88% | - |
| XYZ | 31.29 | 40.95 | 76.78 | - |
| YUV | 136.8 | 177.2 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 187 | 224 | 0.98 | 0.17 | 0 | 0.12 | 190.14 | 0.96 | 0.45 |
| Hex | 5 | BB | E0 | 62 | 11 | 0 | C | BE | 60 | 2D |
| Octal | 5 | 273 | 340 | 142 | 21 | 0 | 14 | 276 | 140 | 55 |
| Binary | 101 | 10111011 | 11100000 | 1100010 | 10001 | 0 | 1100 | 10111110 | 1100000 | 101101 |
Color Harmonies of #05BBE0
Complementary color
Monochromatic Colors of #05BBE0
Black with #05BBE0
Text Example
Text Example
White with #05BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BBE0; }
p { color: rgb(5,187,224); }
H1.HeaderClassName
{
color: #05BBE0;
}
.AnyTagClassName
{
color: #05BBE0;
}
</style>
background-color css
<style>
a { background-color: #05BBE0; }
a { background-color: rgb(5,187,224); }
div.DivClassName
{
background-color: #05BBE0;
}
.BgClassName
{
background-color: #05BBE0;
}
</style>
border-color css
<style>
span { border-color: #05BBE0; }
span { border-color: rgb(5,187,224); }
td.TdClassName
{
border-color: #05BBE0;
}
.TagClassName
{
border-color: #05BBE0;
}
</style>