Shades of Iris Blue #04AFDC
Tints of Iris Blue #04AFDC
RGB
CMYK
RGB Variations
Color information
#04AFDC (or 0x04AFDC) is known color: Iris Blue. HEX triplet: 04, AF and DC. RGB value is (4,175,220). Sum of RGB (Red+Green+Blue) = 4+175+220=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #04AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFDC is #FB5023. Grayscale: #808080. Windows color (decimal): -16470052 or 14462724. OLE color: 14462724.
HSL color Cylindrical-coordinate representation of color #04AFDC: hue angle of 192.5º 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 #04AFDC is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 175 | 220 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.14 |
| HSL | 192.5º | 0.96% | 0.44% | - |
| HSV(B) | 192.5º | 0.98% | 0.86% | - |
| XYZ | 28.3 | 35.85 | 73.14 | - |
| YUV | 129 | 179.35 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 220 | 0.98 | 0.20 | 0 | 0.14 | 192.5 | 0.96 | 0.44 |
| Hex | 4 | AF | DC | 62 | 14 | 0 | E | C0 | 60 | 2C |
| Octal | 4 | 257 | 334 | 142 | 24 | 0 | 16 | 300 | 140 | 54 |
| Binary | 100 | 10101111 | 11011100 | 1100010 | 10100 | 0 | 1110 | 11000000 | 1100000 | 101100 |
Color Harmonies of #04AFDC
Complementary color
Monochromatic Colors of #04AFDC
Black with #04AFDC
Text Example
Text Example
White with #04AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AFDC; }
p { color: rgb(4,175,220); }
H1.HeaderClassName
{
color: #04AFDC;
}
.AnyTagClassName
{
color: #04AFDC;
}
</style>
background-color css
<style>
a { background-color: #04AFDC; }
a { background-color: rgb(4,175,220); }
div.DivClassName
{
background-color: #04AFDC;
}
.BgClassName
{
background-color: #04AFDC;
}
</style>
border-color css
<style>
span { border-color: #04AFDC; }
span { border-color: rgb(4,175,220); }
td.TdClassName
{
border-color: #04AFDC;
}
.TagClassName
{
border-color: #04AFDC;
}
</style>