Shades of Iris Blue #04AFDB
Tints of Iris Blue #04AFDB
RGB
CMYK
RGB Variations
Color information
#04AFDB (or 0x04AFDB) is known color: Iris Blue. HEX triplet: 04, AF and DB. RGB value is (4,175,219). Sum of RGB (Red+Green+Blue) = 4+175+219=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #04AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFDB is #FB5024. Grayscale: #808080. Windows color (decimal): -16470053 or 14397188. OLE color: 14397188.
HSL color Cylindrical-coordinate representation of color #04AFDB: hue angle of 192.28º 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 #04AFDB is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 175 | 219 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.14 |
| HSL | 192.28º | 0.96% | 0.44% | - |
| HSV(B) | 192.28º | 0.98% | 0.86% | - |
| XYZ | 28.17 | 35.8 | 72.44 | - |
| YUV | 128.89 | 178.85 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 219 | 0.98 | 0.20 | 0 | 0.14 | 192.28 | 0.96 | 0.44 |
| Hex | 4 | AF | DB | 62 | 14 | 0 | E | C0 | 60 | 2C |
| Octal | 4 | 257 | 333 | 142 | 24 | 0 | 16 | 300 | 140 | 54 |
| Binary | 100 | 10101111 | 11011011 | 1100010 | 10100 | 0 | 1110 | 11000000 | 1100000 | 101100 |
Color Harmonies of #04AFDB
Complementary color
Monochromatic Colors of #04AFDB
Black with #04AFDB
Text Example
Text Example
White with #04AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AFDB; }
p { color: rgb(4,175,219); }
H1.HeaderClassName
{
color: #04AFDB;
}
.AnyTagClassName
{
color: #04AFDB;
}
</style>
background-color css
<style>
a { background-color: #04AFDB; }
a { background-color: rgb(4,175,219); }
div.DivClassName
{
background-color: #04AFDB;
}
.BgClassName
{
background-color: #04AFDB;
}
</style>
border-color css
<style>
span { border-color: #04AFDB; }
span { border-color: rgb(4,175,219); }
td.TdClassName
{
border-color: #04AFDB;
}
.TagClassName
{
border-color: #04AFDB;
}
</style>