Shades of Iris Blue #05BBC5
Tints of Iris Blue #05BBC5
RGB
CMYK
RGB Variations
Color information
#05BBC5 (or 0x05BBC5) is known color: Iris Blue. HEX triplet: 05, BB and C5. RGB value is (5,187,197). Sum of RGB (Red+Green+Blue) = 5+187+197=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #05BBC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BBC5 is #FA443A. Grayscale: #858585. Windows color (decimal): -16401467 or 12958469. OLE color: 12958469.
HSL color Cylindrical-coordinate representation of color #05BBC5: hue angle of 183.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BBC5 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 187 | 197 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.23 |
| HSL | 183.13º | 0.95% | 0.4% | - |
| HSV(B) | 183.13º | 0.97% | 0.77% | - |
| XYZ | 27.91 | 39.6 | 59 | - |
| YUV | 133.72 | 163.7 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 187 | 197 | 0.97 | 0.05 | 0 | 0.23 | 183.13 | 0.95 | 0.4 |
| Hex | 5 | BB | C5 | 61 | 5 | 0 | 17 | B7 | 5F | 28 |
| Octal | 5 | 273 | 305 | 141 | 5 | 0 | 27 | 267 | 137 | 50 |
| Binary | 101 | 10111011 | 11000101 | 1100001 | 101 | 0 | 10111 | 10110111 | 1011111 | 101000 |
Color Harmonies of #05BBC5
Complementary color
Monochromatic Colors of #05BBC5
Black with #05BBC5
Text Example
Text Example
White with #05BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BBC5; }
p { color: rgb(5,187,197); }
H1.HeaderClassName
{
color: #05BBC5;
}
.AnyTagClassName
{
color: #05BBC5;
}
</style>
background-color css
<style>
a { background-color: #05BBC5; }
a { background-color: rgb(5,187,197); }
div.DivClassName
{
background-color: #05BBC5;
}
.BgClassName
{
background-color: #05BBC5;
}
</style>
border-color css
<style>
span { border-color: #05BBC5; }
span { border-color: rgb(5,187,197); }
td.TdClassName
{
border-color: #05BBC5;
}
.TagClassName
{
border-color: #05BBC5;
}
</style>