Shades of Deep Sky Blue #04B0FF
Tints of Deep Sky Blue #04B0FF
RGB
CMYK
RGB Variations
Color information
#04B0FF (or 0x04B0FF) is known color: Deep Sky Blue. HEX triplet: 04, B0 and FF. RGB value is (4,176,255). Sum of RGB (Red+Green+Blue) = 4+176+255=435 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #04B0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04B0FF is #FB4F00. Grayscale: #858585. Windows color (decimal): -16469761 or 16756740. OLE color: 16756740.
HSL color Cylindrical-coordinate representation of color #04B0FF: hue angle of 198.88º 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 #04B0FF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 176 | 255 | - |
| CMYK | 0.98 | 0.31 | 0 | 0 |
| HSL | 198.88º | 1% | 0.51% | - |
| HSV(B) | 198.88º | 0.98% | 1% | - |
| XYZ | 33.63 | 38.3 | 100.23 | - |
| YUV | 133.58 | 196.52 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 176 | 255 | 0.98 | 0.31 | 0 | 0 | 198.88 | 1 | 0.51 |
| Hex | 4 | B0 | FF | 62 | 1F | 0 | 0 | C7 | 64 | 33 |
| Octal | 4 | 260 | 377 | 142 | 37 | 0 | 0 | 307 | 144 | 63 |
| Binary | 100 | 10110000 | 11111111 | 1100010 | 11111 | 0 | 0 | 11000111 | 1100100 | 110011 |
Color Harmonies of #04B0FF
Complementary color
Monochromatic Colors of #04B0FF
Black with #04B0FF
Text Example
Text Example
White with #04B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B0FF; }
p { color: rgb(4,176,255); }
H1.HeaderClassName
{
color: #04B0FF;
}
.AnyTagClassName
{
color: #04B0FF;
}
</style>
background-color css
<style>
a { background-color: #04B0FF; }
a { background-color: rgb(4,176,255); }
div.DivClassName
{
background-color: #04B0FF;
}
.BgClassName
{
background-color: #04B0FF;
}
</style>
border-color css
<style>
span { border-color: #04B0FF; }
span { border-color: rgb(4,176,255); }
td.TdClassName
{
border-color: #04B0FF;
}
.TagClassName
{
border-color: #04B0FF;
}
</style>