Shades of Iris Blue #04A8DB
Tints of Iris Blue #04A8DB
RGB
CMYK
RGB Variations
Color information
#04A8DB (or 0x04A8DB) is known color: Iris Blue. HEX triplet: 04, A8 and DB. RGB value is (4,168,219). Sum of RGB (Red+Green+Blue) = 4+168+219=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #04A8DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A8DB is #FB5724. Grayscale: #7C7C7C. Windows color (decimal): -16471845 or 14395396. OLE color: 14395396.
HSL color Cylindrical-coordinate representation of color #04A8DB: hue angle of 194.23º 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 #04A8DB is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 168 | 219 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.14 |
| HSL | 194.23º | 0.96% | 0.44% | - |
| HSV(B) | 194.23º | 0.98% | 0.86% | - |
| XYZ | 26.84 | 33.15 | 72 | - |
| YUV | 124.78 | 181.17 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 219 | 0.98 | 0.23 | 0 | 0.14 | 194.23 | 0.96 | 0.44 |
| Hex | 4 | A8 | DB | 62 | 17 | 0 | E | C2 | 60 | 2C |
| Octal | 4 | 250 | 333 | 142 | 27 | 0 | 16 | 302 | 140 | 54 |
| Binary | 100 | 10101000 | 11011011 | 1100010 | 10111 | 0 | 1110 | 11000010 | 1100000 | 101100 |
Color Harmonies of #04A8DB
Complementary color
Monochromatic Colors of #04A8DB
Black with #04A8DB
Text Example
Text Example
White with #04A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A8DB; }
p { color: rgb(4,168,219); }
H1.HeaderClassName
{
color: #04A8DB;
}
.AnyTagClassName
{
color: #04A8DB;
}
</style>
background-color css
<style>
a { background-color: #04A8DB; }
a { background-color: rgb(4,168,219); }
div.DivClassName
{
background-color: #04A8DB;
}
.BgClassName
{
background-color: #04A8DB;
}
</style>
border-color css
<style>
span { border-color: #04A8DB; }
span { border-color: rgb(4,168,219); }
td.TdClassName
{
border-color: #04A8DB;
}
.TagClassName
{
border-color: #04A8DB;
}
</style>