Shades of Iris Blue #04AFC0
Tints of Iris Blue #04AFC0
RGB
CMYK
RGB Variations
Color information
#04AFC0 (or 0x04AFC0) is known color: Iris Blue. HEX triplet: 04, AF and C0. RGB value is (4,175,192). Sum of RGB (Red+Green+Blue) = 4+175+192=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #04AFC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFC0 is #FB503F. Grayscale: #7D7D7D. Windows color (decimal): -16470080 or 12627716. OLE color: 12627716.
HSL color Cylindrical-coordinate representation of color #04AFC0: hue angle of 185.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AFC0 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 175 | 192 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.25 |
| HSL | 185.43º | 0.96% | 0.38% | - |
| HSV(B) | 185.43º | 0.98% | 0.75% | - |
| XYZ | 24.89 | 34.49 | 55.21 | - |
| YUV | 125.81 | 165.35 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 192 | 0.98 | 0.09 | 0 | 0.25 | 185.43 | 0.96 | 0.38 |
| Hex | 4 | AF | C0 | 62 | 9 | 0 | 19 | B9 | 60 | 26 |
| Octal | 4 | 257 | 300 | 142 | 11 | 0 | 31 | 271 | 140 | 46 |
| Binary | 100 | 10101111 | 11000000 | 1100010 | 1001 | 0 | 11001 | 10111001 | 1100000 | 100110 |
Color Harmonies of #04AFC0
Complementary color
Monochromatic Colors of #04AFC0
Black with #04AFC0
Text Example
Text Example
White with #04AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AFC0; }
p { color: rgb(4,175,192); }
H1.HeaderClassName
{
color: #04AFC0;
}
.AnyTagClassName
{
color: #04AFC0;
}
</style>
background-color css
<style>
a { background-color: #04AFC0; }
a { background-color: rgb(4,175,192); }
div.DivClassName
{
background-color: #04AFC0;
}
.BgClassName
{
background-color: #04AFC0;
}
</style>
border-color css
<style>
span { border-color: #04AFC0; }
span { border-color: rgb(4,175,192); }
td.TdClassName
{
border-color: #04AFC0;
}
.TagClassName
{
border-color: #04AFC0;
}
</style>