Shades of Iris Blue #05ABBC
Tints of Iris Blue #05ABBC
RGB
CMYK
RGB Variations
Color information
#05ABBC (or 0x05ABBC) is known color: Iris Blue. HEX triplet: 05, AB and BC. RGB value is (5,171,188). Sum of RGB (Red+Green+Blue) = 5+171+188=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #05ABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ABBC is #FA5443. Grayscale: #7B7B7B. Windows color (decimal): -16405572 or 12364549. OLE color: 12364549.
HSL color Cylindrical-coordinate representation of color #05ABBC: hue angle of 185.57º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ABBC is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 171 | 188 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.26 |
| HSL | 185.57º | 0.95% | 0.38% | - |
| HSV(B) | 185.57º | 0.97% | 0.74% | - |
| XYZ | 23.7 | 32.79 | 52.66 | - |
| YUV | 123.3 | 164.5 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 171 | 188 | 0.97 | 0.09 | 0 | 0.26 | 185.57 | 0.95 | 0.38 |
| Hex | 5 | AB | BC | 61 | 9 | 0 | 1A | BA | 5F | 26 |
| Octal | 5 | 253 | 274 | 141 | 11 | 0 | 32 | 272 | 137 | 46 |
| Binary | 101 | 10101011 | 10111100 | 1100001 | 1001 | 0 | 11010 | 10111010 | 1011111 | 100110 |
Color Harmonies of #05ABBC
Complementary color
Monochromatic Colors of #05ABBC
Black with #05ABBC
Text Example
Text Example
White with #05ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ABBC; }
p { color: rgb(5,171,188); }
H1.HeaderClassName
{
color: #05ABBC;
}
.AnyTagClassName
{
color: #05ABBC;
}
</style>
background-color css
<style>
a { background-color: #05ABBC; }
a { background-color: rgb(5,171,188); }
div.DivClassName
{
background-color: #05ABBC;
}
.BgClassName
{
background-color: #05ABBC;
}
</style>
border-color css
<style>
span { border-color: #05ABBC; }
span { border-color: rgb(5,171,188); }
td.TdClassName
{
border-color: #05ABBC;
}
.TagClassName
{
border-color: #05ABBC;
}
</style>