Shades of Iris Blue #04ACDB
Tints of Iris Blue #04ACDB
RGB
CMYK
RGB Variations
Color information
#04ACDB (or 0x04ACDB) is known color: Iris Blue. HEX triplet: 04, AC and DB. RGB value is (4,172,219). Sum of RGB (Red+Green+Blue) = 4+172+219=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #04ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACDB is #FB5324. Grayscale: #7E7E7E. Windows color (decimal): -16470821 or 14396420. OLE color: 14396420.
HSL color Cylindrical-coordinate representation of color #04ACDB: hue angle of 193.12º 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 #04ACDB is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 172 | 219 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.14 |
| HSL | 193.12º | 0.96% | 0.44% | - |
| HSV(B) | 193.12º | 0.98% | 0.86% | - |
| XYZ | 27.59 | 34.65 | 72.25 | - |
| YUV | 127.13 | 179.84 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 219 | 0.98 | 0.21 | 0 | 0.14 | 193.12 | 0.96 | 0.44 |
| Hex | 4 | AC | DB | 62 | 15 | 0 | E | C1 | 60 | 2C |
| Octal | 4 | 254 | 333 | 142 | 25 | 0 | 16 | 301 | 140 | 54 |
| Binary | 100 | 10101100 | 11011011 | 1100010 | 10101 | 0 | 1110 | 11000001 | 1100000 | 101100 |
Color Harmonies of #04ACDB
Complementary color
Monochromatic Colors of #04ACDB
Black with #04ACDB
Text Example
Text Example
White with #04ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ACDB; }
p { color: rgb(4,172,219); }
H1.HeaderClassName
{
color: #04ACDB;
}
.AnyTagClassName
{
color: #04ACDB;
}
</style>
background-color css
<style>
a { background-color: #04ACDB; }
a { background-color: rgb(4,172,219); }
div.DivClassName
{
background-color: #04ACDB;
}
.BgClassName
{
background-color: #04ACDB;
}
</style>
border-color css
<style>
span { border-color: #04ACDB; }
span { border-color: rgb(4,172,219); }
td.TdClassName
{
border-color: #04ACDB;
}
.TagClassName
{
border-color: #04ACDB;
}
</style>