Shades of Iris Blue #04ABDB
Tints of Iris Blue #04ABDB
RGB
CMYK
RGB Variations
Color information
#04ABDB (or 0x04ABDB) is known color: Iris Blue. HEX triplet: 04, AB and DB. RGB value is (4,171,219). Sum of RGB (Red+Green+Blue) = 4+171+219=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #04ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABDB is #FB5424. Grayscale: #7E7E7E. Windows color (decimal): -16471077 or 14396164. OLE color: 14396164.
HSL color Cylindrical-coordinate representation of color #04ABDB: hue angle of 193.4º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ABDB is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 171 | 219 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.14 |
| HSL | 193.4º | 0.96% | 0.44% | - |
| HSV(B) | 193.4º | 0.98% | 0.86% | - |
| XYZ | 27.4 | 34.27 | 72.19 | - |
| YUV | 126.54 | 180.17 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 219 | 0.98 | 0.22 | 0 | 0.14 | 193.4 | 0.96 | 0.44 |
| Hex | 4 | AB | DB | 62 | 16 | 0 | E | C1 | 60 | 2C |
| Octal | 4 | 253 | 333 | 142 | 26 | 0 | 16 | 301 | 140 | 54 |
| Binary | 100 | 10101011 | 11011011 | 1100010 | 10110 | 0 | 1110 | 11000001 | 1100000 | 101100 |
Color Harmonies of #04ABDB
Complementary color
Monochromatic Colors of #04ABDB
Black with #04ABDB
Text Example
Text Example
White with #04ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABDB; }
p { color: rgb(4,171,219); }
H1.HeaderClassName
{
color: #04ABDB;
}
.AnyTagClassName
{
color: #04ABDB;
}
</style>
background-color css
<style>
a { background-color: #04ABDB; }
a { background-color: rgb(4,171,219); }
div.DivClassName
{
background-color: #04ABDB;
}
.BgClassName
{
background-color: #04ABDB;
}
</style>
border-color css
<style>
span { border-color: #04ABDB; }
span { border-color: rgb(4,171,219); }
td.TdClassName
{
border-color: #04ABDB;
}
.TagClassName
{
border-color: #04ABDB;
}
</style>