Shades of Iris Blue #05ABC0
Tints of Iris Blue #05ABC0
RGB
CMYK
RGB Variations
Color information
#05ABC0 (or 0x05ABC0) is known color: Iris Blue. HEX triplet: 05, AB and C0. RGB value is (5,171,192). Sum of RGB (Red+Green+Blue) = 5+171+192=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #05ABC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ABC0 is #FA543F. Grayscale: #7B7B7B. Windows color (decimal): -16405568 or 12626693. OLE color: 12626693.
HSL color Cylindrical-coordinate representation of color #05ABC0: hue angle of 186.74º 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 #05ABC0 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 171 | 192 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.25 |
| HSL | 186.74º | 0.95% | 0.39% | - |
| HSV(B) | 186.74º | 0.97% | 0.75% | - |
| XYZ | 24.14 | 32.96 | 54.96 | - |
| YUV | 123.76 | 166.5 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 171 | 192 | 0.97 | 0.11 | 0 | 0.25 | 186.74 | 0.95 | 0.39 |
| Hex | 5 | AB | C0 | 61 | B | 0 | 19 | BB | 5F | 27 |
| Octal | 5 | 253 | 300 | 141 | 13 | 0 | 31 | 273 | 137 | 47 |
| Binary | 101 | 10101011 | 11000000 | 1100001 | 1011 | 0 | 11001 | 10111011 | 1011111 | 100111 |
Color Harmonies of #05ABC0
Complementary color
Monochromatic Colors of #05ABC0
Black with #05ABC0
Text Example
Text Example
White with #05ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ABC0; }
p { color: rgb(5,171,192); }
H1.HeaderClassName
{
color: #05ABC0;
}
.AnyTagClassName
{
color: #05ABC0;
}
</style>
background-color css
<style>
a { background-color: #05ABC0; }
a { background-color: rgb(5,171,192); }
div.DivClassName
{
background-color: #05ABC0;
}
.BgClassName
{
background-color: #05ABC0;
}
</style>
border-color css
<style>
span { border-color: #05ABC0; }
span { border-color: rgb(5,171,192); }
td.TdClassName
{
border-color: #05ABC0;
}
.TagClassName
{
border-color: #05ABC0;
}
</style>