Shades of Deep Sky Blue #04B7FF
Tints of Deep Sky Blue #04B7FF
RGB
CMYK
RGB Variations
Color information
#04B7FF (or 0x04B7FF) is known color: Deep Sky Blue. HEX triplet: 04, B7 and FF. RGB value is (4,183,255). Sum of RGB (Red+Green+Blue) = 4+183+255=442 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #04B7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B7FF is #FB4800. Grayscale: #898989. Windows color (decimal): -16467969 or 16758532. OLE color: 16758532.
HSL color Cylindrical-coordinate representation of color #04B7FF: hue angle of 197.21º 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 #04B7FF is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 183 | 255 | - |
| CMYK | 0.98 | 0.28 | 0 | 0 |
| HSL | 197.21º | 1% | 0.51% | - |
| HSV(B) | 197.21º | 0.98% | 1% | - |
| XYZ | 35.03 | 41.11 | 100.7 | - |
| YUV | 137.69 | 194.2 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 183 | 255 | 0.98 | 0.28 | 0 | 0 | 197.21 | 1 | 0.51 |
| Hex | 4 | B7 | FF | 62 | 1C | 0 | 0 | C5 | 64 | 33 |
| Octal | 4 | 267 | 377 | 142 | 34 | 0 | 0 | 305 | 144 | 63 |
| Binary | 100 | 10110111 | 11111111 | 1100010 | 11100 | 0 | 0 | 11000101 | 1100100 | 110011 |
Color Harmonies of #04B7FF
Complementary color
Monochromatic Colors of #04B7FF
Black with #04B7FF
Text Example
Text Example
White with #04B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B7FF; }
p { color: rgb(4,183,255); }
H1.HeaderClassName
{
color: #04B7FF;
}
.AnyTagClassName
{
color: #04B7FF;
}
</style>
background-color css
<style>
a { background-color: #04B7FF; }
a { background-color: rgb(4,183,255); }
div.DivClassName
{
background-color: #04B7FF;
}
.BgClassName
{
background-color: #04B7FF;
}
</style>
border-color css
<style>
span { border-color: #04B7FF; }
span { border-color: rgb(4,183,255); }
td.TdClassName
{
border-color: #04B7FF;
}
.TagClassName
{
border-color: #04B7FF;
}
</style>