Shades of Deep Sky Blue #04BFF7
Tints of Deep Sky Blue #04BFF7
RGB
CMYK
RGB Variations
Color information
#04BFF7 (or 0x04BFF7) is known color: Deep Sky Blue. HEX triplet: 04, BF and F7. RGB value is (4,191,247). Sum of RGB (Red+Green+Blue) = 4+191+247=442 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #04BFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFF7 is #FB4008. Grayscale: #8D8D8D. Windows color (decimal): -16465929 or 16236292. OLE color: 16236292.
HSL color Cylindrical-coordinate representation of color #04BFF7: hue angle of 193.83º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFF7 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 4 | 191 | 247 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.03 |
| HSL | 193.83º | 0.97% | 0.49% | - |
| HSV(B) | 193.83º | 0.98% | 0.97% | - |
| XYZ | 35.47 | 44 | 94.62 | - |
| YUV | 141.47 | 187.55 | 29.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 247 | 0.98 | 0.23 | 0 | 0.03 | 193.83 | 0.97 | 0.49 |
| Hex | 4 | BF | F7 | 62 | 17 | 0 | 3 | C2 | 61 | 31 |
| Octal | 4 | 277 | 367 | 142 | 27 | 0 | 3 | 302 | 141 | 61 |
| Binary | 100 | 10111111 | 11110111 | 1100010 | 10111 | 0 | 11 | 11000010 | 1100001 | 110001 |
Color Harmonies of #04BFF7
Complementary color
Monochromatic Colors of #04BFF7
Black with #04BFF7
Text Example
Text Example
White with #04BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFF7; }
p { color: rgb(4,191,247); }
H1.HeaderClassName
{
color: #04BFF7;
}
.AnyTagClassName
{
color: #04BFF7;
}
</style>
background-color css
<style>
a { background-color: #04BFF7; }
a { background-color: rgb(4,191,247); }
div.DivClassName
{
background-color: #04BFF7;
}
.BgClassName
{
background-color: #04BFF7;
}
</style>
border-color css
<style>
span { border-color: #04BFF7; }
span { border-color: rgb(4,191,247); }
td.TdClassName
{
border-color: #04BFF7;
}
.TagClassName
{
border-color: #04BFF7;
}
</style>