Shades of Iris Blue #05C0B5
Tints of Iris Blue #05C0B5
RGB
CMYK
RGB Variations
Color information
#05C0B5 (or 0x05C0B5) is known color: Iris Blue. HEX triplet: 05, C0 and B5. RGB value is (5,192,181). Sum of RGB (Red+Green+Blue) = 5+192+181=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #05C0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0B5 is #FA3F4A. Grayscale: #868686. Windows color (decimal): -16400203 or 11911173. OLE color: 11911173.
HSL color Cylindrical-coordinate representation of color #05C0B5: hue angle of 176.47º 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 #05C0B5 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 181 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.25 |
| HSL | 176.47º | 0.95% | 0.39% | - |
| HSV(B) | 176.47º | 0.97% | 0.75% | - |
| XYZ | 27.25 | 41.07 | 50.21 | - |
| YUV | 134.83 | 154.05 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 181 | 0.97 | 0 | 0.06 | 0.25 | 176.47 | 0.95 | 0.39 |
| Hex | 5 | C0 | B5 | 61 | 0 | 6 | 19 | B0 | 5F | 27 |
| Octal | 5 | 300 | 265 | 141 | 0 | 6 | 31 | 260 | 137 | 47 |
| Binary | 101 | 11000000 | 10110101 | 1100001 | 0 | 110 | 11001 | 10110000 | 1011111 | 100111 |
Color Harmonies of #05C0B5
Complementary color
Monochromatic Colors of #05C0B5
Black with #05C0B5
Text Example
Text Example
White with #05C0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C0B5; }
p { color: rgb(5,192,181); }
H1.HeaderClassName
{
color: #05C0B5;
}
.AnyTagClassName
{
color: #05C0B5;
}
</style>
background-color css
<style>
a { background-color: #05C0B5; }
a { background-color: rgb(5,192,181); }
div.DivClassName
{
background-color: #05C0B5;
}
.BgClassName
{
background-color: #05C0B5;
}
</style>
border-color css
<style>
span { border-color: #05C0B5; }
span { border-color: rgb(5,192,181); }
td.TdClassName
{
border-color: #05C0B5;
}
.TagClassName
{
border-color: #05C0B5;
}
</style>