Shades of Deep Sky Blue #04AFFF
Tints of Deep Sky Blue #04AFFF
RGB
CMYK
RGB Variations
Color information
#04AFFF (or 0x04AFFF) is known color: Deep Sky Blue. HEX triplet: 04, AF and FF. RGB value is (4,175,255). Sum of RGB (Red+Green+Blue) = 4+175+255=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #04AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AFFF is #FB5000. Grayscale: #848484. Windows color (decimal): -16470017 or 16756484. OLE color: 16756484.
HSL color Cylindrical-coordinate representation of color #04AFFF: hue angle of 199.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AFFF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 175 | 255 | - |
| CMYK | 0.98 | 0.31 | 0 | 0 |
| HSL | 199.12º | 1% | 0.51% | - |
| HSV(B) | 199.12º | 0.98% | 1% | - |
| XYZ | 33.43 | 37.91 | 100.16 | - |
| YUV | 132.99 | 196.85 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 255 | 0.98 | 0.31 | 0 | 0 | 199.12 | 1 | 0.51 |
| Hex | 4 | AF | FF | 62 | 1F | 0 | 0 | C7 | 64 | 33 |
| Octal | 4 | 257 | 377 | 142 | 37 | 0 | 0 | 307 | 144 | 63 |
| Binary | 100 | 10101111 | 11111111 | 1100010 | 11111 | 0 | 0 | 11000111 | 1100100 | 110011 |
Color Harmonies of #04AFFF
Complementary color
Monochromatic Colors of #04AFFF
Black with #04AFFF
Text Example
Text Example
White with #04AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AFFF; }
p { color: rgb(4,175,255); }
H1.HeaderClassName
{
color: #04AFFF;
}
.AnyTagClassName
{
color: #04AFFF;
}
</style>
background-color css
<style>
a { background-color: #04AFFF; }
a { background-color: rgb(4,175,255); }
div.DivClassName
{
background-color: #04AFFF;
}
.BgClassName
{
background-color: #04AFFF;
}
</style>
border-color css
<style>
span { border-color: #04AFFF; }
span { border-color: rgb(4,175,255); }
td.TdClassName
{
border-color: #04AFFF;
}
.TagClassName
{
border-color: #04AFFF;
}
</style>