Shades of Iris Blue #04AFDD
Tints of Iris Blue #04AFDD
RGB
CMYK
RGB Variations
Color information
#04AFDD (or 0x04AFDD) is known color: Iris Blue. HEX triplet: 04, AF and DD. RGB value is (4,175,221). Sum of RGB (Red+Green+Blue) = 4+175+221=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #04AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFDD is #FB5022. Grayscale: #808080. Windows color (decimal): -16470051 or 14528260. OLE color: 14528260.
HSL color Cylindrical-coordinate representation of color #04AFDD: hue angle of 192.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AFDD is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 175 | 221 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.13 |
| HSL | 192.72º | 0.96% | 0.44% | - |
| HSV(B) | 192.72º | 0.98% | 0.87% | - |
| XYZ | 28.43 | 35.91 | 73.84 | - |
| YUV | 129.12 | 179.85 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 221 | 0.98 | 0.21 | 0 | 0.13 | 192.72 | 0.96 | 0.44 |
| Hex | 4 | AF | DD | 62 | 15 | 0 | D | C1 | 60 | 2C |
| Octal | 4 | 257 | 335 | 142 | 25 | 0 | 15 | 301 | 140 | 54 |
| Binary | 100 | 10101111 | 11011101 | 1100010 | 10101 | 0 | 1101 | 11000001 | 1100000 | 101100 |
Color Harmonies of #04AFDD
Complementary color
Monochromatic Colors of #04AFDD
Black with #04AFDD
Text Example
Text Example
White with #04AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AFDD; }
p { color: rgb(4,175,221); }
H1.HeaderClassName
{
color: #04AFDD;
}
.AnyTagClassName
{
color: #04AFDD;
}
</style>
background-color css
<style>
a { background-color: #04AFDD; }
a { background-color: rgb(4,175,221); }
div.DivClassName
{
background-color: #04AFDD;
}
.BgClassName
{
background-color: #04AFDD;
}
</style>
border-color css
<style>
span { border-color: #04AFDD; }
span { border-color: rgb(4,175,221); }
td.TdClassName
{
border-color: #04AFDD;
}
.TagClassName
{
border-color: #04AFDD;
}
</style>