Shades of Iris Blue #05BEC0
Tints of Iris Blue #05BEC0
RGB
CMYK
RGB Variations
Color information
#05BEC0 (or 0x05BEC0) is known color: Iris Blue. HEX triplet: 05, BE and C0. RGB value is (5,190,192). Sum of RGB (Red+Green+Blue) = 5+190+192=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #05BEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BEC0 is #FA413F. Grayscale: #868686. Windows color (decimal): -16400704 or 12631557. OLE color: 12631557.
HSL color Cylindrical-coordinate representation of color #05BEC0: hue angle of 180.64º 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 #05BEC0 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 190 | 192 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.25 |
| HSL | 180.64º | 0.95% | 0.39% | - |
| HSV(B) | 180.64º | 0.97% | 0.75% | - |
| XYZ | 27.99 | 40.66 | 56.24 | - |
| YUV | 134.91 | 160.21 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 190 | 192 | 0.97 | 0.01 | 0 | 0.25 | 180.64 | 0.95 | 0.39 |
| Hex | 5 | BE | C0 | 61 | 1 | 0 | 19 | B5 | 5F | 27 |
| Octal | 5 | 276 | 300 | 141 | 1 | 0 | 31 | 265 | 137 | 47 |
| Binary | 101 | 10111110 | 11000000 | 1100001 | 1 | 0 | 11001 | 10110101 | 1011111 | 100111 |
Color Harmonies of #05BEC0
Complementary color
Monochromatic Colors of #05BEC0
Black with #05BEC0
Text Example
Text Example
White with #05BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BEC0; }
p { color: rgb(5,190,192); }
H1.HeaderClassName
{
color: #05BEC0;
}
.AnyTagClassName
{
color: #05BEC0;
}
</style>
background-color css
<style>
a { background-color: #05BEC0; }
a { background-color: rgb(5,190,192); }
div.DivClassName
{
background-color: #05BEC0;
}
.BgClassName
{
background-color: #05BEC0;
}
</style>
border-color css
<style>
span { border-color: #05BEC0; }
span { border-color: rgb(5,190,192); }
td.TdClassName
{
border-color: #05BEC0;
}
.TagClassName
{
border-color: #05BEC0;
}
</style>