Shades of Deep Sky Blue #04BFF1
Tints of Deep Sky Blue #04BFF1
RGB
CMYK
RGB Variations
Color information
#04BFF1 (or 0x04BFF1) is known color: Deep Sky Blue. HEX triplet: 04, BF and F1. RGB value is (4,191,241). Sum of RGB (Red+Green+Blue) = 4+191+241=436 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #04BFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFF1 is #FB400E. Grayscale: #8C8C8C. Windows color (decimal): -16465935 or 15843076. OLE color: 15843076.
HSL color Cylindrical-coordinate representation of color #04BFF1: hue angle of 192.66º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFF1 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 191 | 241 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.05 |
| HSL | 192.66º | 0.97% | 0.48% | - |
| HSV(B) | 192.66º | 0.98% | 0.95% | - |
| XYZ | 34.56 | 43.64 | 89.82 | - |
| YUV | 140.79 | 184.55 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 241 | 0.98 | 0.21 | 0 | 0.05 | 192.66 | 0.97 | 0.48 |
| Hex | 4 | BF | F1 | 62 | 15 | 0 | 5 | C1 | 61 | 30 |
| Octal | 4 | 277 | 361 | 142 | 25 | 0 | 5 | 301 | 141 | 60 |
| Binary | 100 | 10111111 | 11110001 | 1100010 | 10101 | 0 | 101 | 11000001 | 1100001 | 110000 |
Color Harmonies of #04BFF1
Complementary color
Monochromatic Colors of #04BFF1
Black with #04BFF1
Text Example
Text Example
White with #04BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFF1; }
p { color: rgb(4,191,241); }
H1.HeaderClassName
{
color: #04BFF1;
}
.AnyTagClassName
{
color: #04BFF1;
}
</style>
background-color css
<style>
a { background-color: #04BFF1; }
a { background-color: rgb(4,191,241); }
div.DivClassName
{
background-color: #04BFF1;
}
.BgClassName
{
background-color: #04BFF1;
}
</style>
border-color css
<style>
span { border-color: #04BFF1; }
span { border-color: rgb(4,191,241); }
td.TdClassName
{
border-color: #04BFF1;
}
.TagClassName
{
border-color: #04BFF1;
}
</style>