Shades of Deep Sky Blue #04BCF1
Tints of Deep Sky Blue #04BCF1
RGB
CMYK
RGB Variations
Color information
#04BCF1 (or 0x04BCF1) is known color: Deep Sky Blue. HEX triplet: 04, BC and F1. RGB value is (4,188,241). Sum of RGB (Red+Green+Blue) = 4+188+241=433 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #04BCF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BCF1 is #FB430E. Grayscale: #8A8A8A. Windows color (decimal): -16466703 or 15842308. OLE color: 15842308.
HSL color Cylindrical-coordinate representation of color #04BCF1: hue angle of 193.42º 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 #04BCF1 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 188 | 241 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.05 |
| HSL | 193.42º | 0.97% | 0.48% | - |
| HSV(B) | 193.42º | 0.98% | 0.95% | - |
| XYZ | 33.91 | 42.34 | 89.6 | - |
| YUV | 139.03 | 185.54 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 241 | 0.98 | 0.22 | 0 | 0.05 | 193.42 | 0.97 | 0.48 |
| Hex | 4 | BC | F1 | 62 | 16 | 0 | 5 | C1 | 61 | 30 |
| Octal | 4 | 274 | 361 | 142 | 26 | 0 | 5 | 301 | 141 | 60 |
| Binary | 100 | 10111100 | 11110001 | 1100010 | 10110 | 0 | 101 | 11000001 | 1100001 | 110000 |
Color Harmonies of #04BCF1
Complementary color
Monochromatic Colors of #04BCF1
Black with #04BCF1
Text Example
Text Example
White with #04BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCF1; }
p { color: rgb(4,188,241); }
H1.HeaderClassName
{
color: #04BCF1;
}
.AnyTagClassName
{
color: #04BCF1;
}
</style>
background-color css
<style>
a { background-color: #04BCF1; }
a { background-color: rgb(4,188,241); }
div.DivClassName
{
background-color: #04BCF1;
}
.BgClassName
{
background-color: #04BCF1;
}
</style>
border-color css
<style>
span { border-color: #04BCF1; }
span { border-color: rgb(4,188,241); }
td.TdClassName
{
border-color: #04BCF1;
}
.TagClassName
{
border-color: #04BCF1;
}
</style>