Shades of Deep Sky Blue #04BDF0
Tints of Deep Sky Blue #04BDF0
RGB
CMYK
RGB Variations
Color information
#04BDF0 (or 0x04BDF0) is known color: Deep Sky Blue. HEX triplet: 04, BD and F0. RGB value is (4,189,240). Sum of RGB (Red+Green+Blue) = 4+189+240=433 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #04BDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDF0 is #FB420F. Grayscale: #8B8B8B. Windows color (decimal): -16466448 or 15777028. OLE color: 15777028.
HSL color Cylindrical-coordinate representation of color #04BDF0: hue angle of 192.97º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDF0 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 189 | 240 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.06 |
| HSL | 192.97º | 0.97% | 0.48% | - |
| HSV(B) | 192.97º | 0.98% | 0.94% | - |
| XYZ | 33.98 | 42.71 | 88.89 | - |
| YUV | 139.5 | 184.71 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 240 | 0.98 | 0.21 | 0 | 0.06 | 192.97 | 0.97 | 0.48 |
| Hex | 4 | BD | F0 | 62 | 15 | 0 | 6 | C1 | 61 | 30 |
| Octal | 4 | 275 | 360 | 142 | 25 | 0 | 6 | 301 | 141 | 60 |
| Binary | 100 | 10111101 | 11110000 | 1100010 | 10101 | 0 | 110 | 11000001 | 1100001 | 110000 |
Color Harmonies of #04BDF0
Complementary color
Monochromatic Colors of #04BDF0
Black with #04BDF0
Text Example
Text Example
White with #04BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDF0; }
p { color: rgb(4,189,240); }
H1.HeaderClassName
{
color: #04BDF0;
}
.AnyTagClassName
{
color: #04BDF0;
}
</style>
background-color css
<style>
a { background-color: #04BDF0; }
a { background-color: rgb(4,189,240); }
div.DivClassName
{
background-color: #04BDF0;
}
.BgClassName
{
background-color: #04BDF0;
}
</style>
border-color css
<style>
span { border-color: #04BDF0; }
span { border-color: rgb(4,189,240); }
td.TdClassName
{
border-color: #04BDF0;
}
.TagClassName
{
border-color: #04BDF0;
}
</style>