Shades of Iris Blue #04AFCD
Tints of Iris Blue #04AFCD
RGB
CMYK
RGB Variations
Color information
#04AFCD (or 0x04AFCD) is known color: Iris Blue. HEX triplet: 04, AF and CD. RGB value is (4,175,205). Sum of RGB (Red+Green+Blue) = 4+175+205=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #04AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFCD is #FB5032. Grayscale: #7F7F7F. Windows color (decimal): -16470067 or 13479684. OLE color: 13479684.
HSL color Cylindrical-coordinate representation of color #04AFCD: hue angle of 188.96º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AFCD is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 175 | 205 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.20 |
| HSL | 188.96º | 0.96% | 0.41% | - |
| HSV(B) | 188.96º | 0.98% | 0.8% | - |
| XYZ | 26.4 | 35.09 | 63.14 | - |
| YUV | 127.29 | 171.85 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 205 | 0.98 | 0.15 | 0 | 0.20 | 188.96 | 0.96 | 0.41 |
| Hex | 4 | AF | CD | 62 | F | 0 | 14 | BD | 60 | 29 |
| Octal | 4 | 257 | 315 | 142 | 17 | 0 | 24 | 275 | 140 | 51 |
| Binary | 100 | 10101111 | 11001101 | 1100010 | 1111 | 0 | 10100 | 10111101 | 1100000 | 101001 |
Color Harmonies of #04AFCD
Complementary color
Monochromatic Colors of #04AFCD
Black with #04AFCD
Text Example
Text Example
White with #04AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AFCD; }
p { color: rgb(4,175,205); }
H1.HeaderClassName
{
color: #04AFCD;
}
.AnyTagClassName
{
color: #04AFCD;
}
</style>
background-color css
<style>
a { background-color: #04AFCD; }
a { background-color: rgb(4,175,205); }
div.DivClassName
{
background-color: #04AFCD;
}
.BgClassName
{
background-color: #04AFCD;
}
</style>
border-color css
<style>
span { border-color: #04AFCD; }
span { border-color: rgb(4,175,205); }
td.TdClassName
{
border-color: #04AFCD;
}
.TagClassName
{
border-color: #04AFCD;
}
</style>