Shades of Iris Blue #05ABCC
Tints of Iris Blue #05ABCC
RGB
CMYK
RGB Variations
Color information
#05ABCC (or 0x05ABCC) is known color: Iris Blue. HEX triplet: 05, AB and CC. RGB value is (5,171,204). Sum of RGB (Red+Green+Blue) = 5+171+204=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #05ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ABCC is #FA5433. Grayscale: #7C7C7C. Windows color (decimal): -16405556 or 13413125. OLE color: 13413125.
HSL color Cylindrical-coordinate representation of color #05ABCC: hue angle of 189.95º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ABCC is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 171 | 204 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.2 |
| HSL | 189.95º | 0.95% | 0.41% | - |
| HSV(B) | 189.95º | 0.98% | 0.8% | - |
| XYZ | 25.52 | 33.52 | 62.25 | - |
| YUV | 125.13 | 172.5 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 171 | 204 | 0.98 | 0.16 | 0 | 0.2 | 189.95 | 0.95 | 0.41 |
| Hex | 5 | AB | CC | 62 | 10 | 0 | 14 | BE | 5F | 29 |
| Octal | 5 | 253 | 314 | 142 | 20 | 0 | 24 | 276 | 137 | 51 |
| Binary | 101 | 10101011 | 11001100 | 1100010 | 10000 | 0 | 10100 | 10111110 | 1011111 | 101001 |
Color Harmonies of #05ABCC
Complementary color
Monochromatic Colors of #05ABCC
Black with #05ABCC
Text Example
Text Example
White with #05ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ABCC; }
p { color: rgb(5,171,204); }
H1.HeaderClassName
{
color: #05ABCC;
}
.AnyTagClassName
{
color: #05ABCC;
}
</style>
background-color css
<style>
a { background-color: #05ABCC; }
a { background-color: rgb(5,171,204); }
div.DivClassName
{
background-color: #05ABCC;
}
.BgClassName
{
background-color: #05ABCC;
}
</style>
border-color css
<style>
span { border-color: #05ABCC; }
span { border-color: rgb(5,171,204); }
td.TdClassName
{
border-color: #05ABCC;
}
.TagClassName
{
border-color: #05ABCC;
}
</style>