Shades of Deep Sky Blue #04B9FF
Tints of Deep Sky Blue #04B9FF
RGB
CMYK
RGB Variations
Color information
#04B9FF (or 0x04B9FF) is known color: Deep Sky Blue. HEX triplet: 04, B9 and FF. RGB value is (4,185,255). Sum of RGB (Red+Green+Blue) = 4+185+255=444 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #04B9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B9FF is #FB4600. Grayscale: #8A8A8A. Windows color (decimal): -16467457 or 16759044. OLE color: 16759044.
HSL color Cylindrical-coordinate representation of color #04B9FF: hue angle of 196.73º 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 #04B9FF is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 185 | 255 | - |
| CMYK | 0.98 | 0.27 | 0 | 0 |
| HSL | 196.73º | 1% | 0.51% | - |
| HSV(B) | 196.73º | 0.98% | 1% | - |
| XYZ | 35.45 | 41.94 | 100.84 | - |
| YUV | 138.86 | 193.53 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 185 | 255 | 0.98 | 0.27 | 0 | 0 | 196.73 | 1 | 0.51 |
| Hex | 4 | B9 | FF | 62 | 1B | 0 | 0 | C5 | 64 | 33 |
| Octal | 4 | 271 | 377 | 142 | 33 | 0 | 0 | 305 | 144 | 63 |
| Binary | 100 | 10111001 | 11111111 | 1100010 | 11011 | 0 | 0 | 11000101 | 1100100 | 110011 |
Color Harmonies of #04B9FF
Complementary color
Monochromatic Colors of #04B9FF
Black with #04B9FF
Text Example
Text Example
White with #04B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B9FF; }
p { color: rgb(4,185,255); }
H1.HeaderClassName
{
color: #04B9FF;
}
.AnyTagClassName
{
color: #04B9FF;
}
</style>
background-color css
<style>
a { background-color: #04B9FF; }
a { background-color: rgb(4,185,255); }
div.DivClassName
{
background-color: #04B9FF;
}
.BgClassName
{
background-color: #04B9FF;
}
</style>
border-color css
<style>
span { border-color: #04B9FF; }
span { border-color: rgb(4,185,255); }
td.TdClassName
{
border-color: #04B9FF;
}
.TagClassName
{
border-color: #04B9FF;
}
</style>