Shades of Deep Sky Blue #04BFF4
Tints of Deep Sky Blue #04BFF4
RGB
CMYK
RGB Variations
Color information
#04BFF4 (or 0x04BFF4) is known color: Deep Sky Blue. HEX triplet: 04, BF and F4. RGB value is (4,191,244). Sum of RGB (Red+Green+Blue) = 4+191+244=439 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 244 (95.70% from 255 or 55.58% from 439); Max value from RGB is 244 - color contains mainly: blue. Hex color #04BFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFF4 is #FB400B. Grayscale: #8C8C8C. Windows color (decimal): -16465932 or 16039684. OLE color: 16039684.
HSL color Cylindrical-coordinate representation of color #04BFF4: hue angle of 193.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFF4 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 191 | 244 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.04 |
| HSL | 193.25º | 0.97% | 0.49% | - |
| HSV(B) | 193.25º | 0.98% | 0.96% | - |
| XYZ | 35.01 | 43.82 | 92.2 | - |
| YUV | 141.13 | 186.05 | 30.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 244 | 0.98 | 0.22 | 0 | 0.04 | 193.25 | 0.97 | 0.49 |
| Hex | 4 | BF | F4 | 62 | 16 | 0 | 4 | C1 | 61 | 31 |
| Octal | 4 | 277 | 364 | 142 | 26 | 0 | 4 | 301 | 141 | 61 |
| Binary | 100 | 10111111 | 11110100 | 1100010 | 10110 | 0 | 100 | 11000001 | 1100001 | 110001 |
Color Harmonies of #04BFF4
Complementary color
Monochromatic Colors of #04BFF4
Black with #04BFF4
Text Example
Text Example
White with #04BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFF4; }
p { color: rgb(4,191,244); }
H1.HeaderClassName
{
color: #04BFF4;
}
.AnyTagClassName
{
color: #04BFF4;
}
</style>
background-color css
<style>
a { background-color: #04BFF4; }
a { background-color: rgb(4,191,244); }
div.DivClassName
{
background-color: #04BFF4;
}
.BgClassName
{
background-color: #04BFF4;
}
</style>
border-color css
<style>
span { border-color: #04BFF4; }
span { border-color: rgb(4,191,244); }
td.TdClassName
{
border-color: #04BFF4;
}
.TagClassName
{
border-color: #04BFF4;
}
</style>