Shades of Iris Blue #05B8C0
Tints of Iris Blue #05B8C0
RGB
CMYK
RGB Variations
Color information
#05B8C0 (or 0x05B8C0) is known color: Iris Blue. HEX triplet: 05, B8 and C0. RGB value is (5,184,192). Sum of RGB (Red+Green+Blue) = 5+184+192=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #05B8C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B8C0 is #FA473F. Grayscale: #838383. Windows color (decimal): -16402240 or 12630021. OLE color: 12630021.
HSL color Cylindrical-coordinate representation of color #05B8C0: hue angle of 182.57º 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 #05B8C0 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 184 | 192 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.25 |
| HSL | 182.57º | 0.95% | 0.39% | - |
| HSV(B) | 182.57º | 0.97% | 0.75% | - |
| XYZ | 26.72 | 38.12 | 55.82 | - |
| YUV | 131.39 | 162.2 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 184 | 192 | 0.97 | 0.04 | 0 | 0.25 | 182.57 | 0.95 | 0.39 |
| Hex | 5 | B8 | C0 | 61 | 4 | 0 | 19 | B7 | 5F | 27 |
| Octal | 5 | 270 | 300 | 141 | 4 | 0 | 31 | 267 | 137 | 47 |
| Binary | 101 | 10111000 | 11000000 | 1100001 | 100 | 0 | 11001 | 10110111 | 1011111 | 100111 |
Color Harmonies of #05B8C0
Complementary color
Monochromatic Colors of #05B8C0
Black with #05B8C0
Text Example
Text Example
White with #05B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B8C0; }
p { color: rgb(5,184,192); }
H1.HeaderClassName
{
color: #05B8C0;
}
.AnyTagClassName
{
color: #05B8C0;
}
</style>
background-color css
<style>
a { background-color: #05B8C0; }
a { background-color: rgb(5,184,192); }
div.DivClassName
{
background-color: #05B8C0;
}
.BgClassName
{
background-color: #05B8C0;
}
</style>
border-color css
<style>
span { border-color: #05B8C0; }
span { border-color: rgb(5,184,192); }
td.TdClassName
{
border-color: #05B8C0;
}
.TagClassName
{
border-color: #05B8C0;
}
</style>