Shades of Deep Sky Blue #04BFF0
Tints of Deep Sky Blue #04BFF0
RGB
CMYK
RGB Variations
Color information
#04BFF0 (or 0x04BFF0) is known color: Deep Sky Blue. HEX triplet: 04, BF and F0. RGB value is (4,191,240). Sum of RGB (Red+Green+Blue) = 4+191+240=435 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #04BFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFF0 is #FB400F. Grayscale: #8C8C8C. Windows color (decimal): -16465936 or 15777540. OLE color: 15777540.
HSL color Cylindrical-coordinate representation of color #04BFF0: hue angle of 192.46º 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 #04BFF0 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 191 | 240 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.06 |
| HSL | 192.46º | 0.97% | 0.48% | - |
| HSV(B) | 192.46º | 0.98% | 0.94% | - |
| XYZ | 34.41 | 43.58 | 89.04 | - |
| YUV | 140.67 | 184.05 | 30.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 240 | 0.98 | 0.20 | 0 | 0.06 | 192.46 | 0.97 | 0.48 |
| Hex | 4 | BF | F0 | 62 | 14 | 0 | 6 | C0 | 61 | 30 |
| Octal | 4 | 277 | 360 | 142 | 24 | 0 | 6 | 300 | 141 | 60 |
| Binary | 100 | 10111111 | 11110000 | 1100010 | 10100 | 0 | 110 | 11000000 | 1100001 | 110000 |
Color Harmonies of #04BFF0
Complementary color
Monochromatic Colors of #04BFF0
Black with #04BFF0
Text Example
Text Example
White with #04BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFF0; }
p { color: rgb(4,191,240); }
H1.HeaderClassName
{
color: #04BFF0;
}
.AnyTagClassName
{
color: #04BFF0;
}
</style>
background-color css
<style>
a { background-color: #04BFF0; }
a { background-color: rgb(4,191,240); }
div.DivClassName
{
background-color: #04BFF0;
}
.BgClassName
{
background-color: #04BFF0;
}
</style>
border-color css
<style>
span { border-color: #04BFF0; }
span { border-color: rgb(4,191,240); }
td.TdClassName
{
border-color: #04BFF0;
}
.TagClassName
{
border-color: #04BFF0;
}
</style>