Shades of Deep Sky Blue #04BCF2
Tints of Deep Sky Blue #04BCF2
RGB
CMYK
RGB Variations
Color information
#04BCF2 (or 0x04BCF2) is known color: Deep Sky Blue. HEX triplet: 04, BC and F2. RGB value is (4,188,242). Sum of RGB (Red+Green+Blue) = 4+188+242=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #04BCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BCF2 is #FB430D. Grayscale: #8A8A8A. Windows color (decimal): -16466702 or 15907844. OLE color: 15907844.
HSL color Cylindrical-coordinate representation of color #04BCF2: hue angle of 193.61º 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 #04BCF2 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 188 | 242 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.05 |
| HSL | 193.61º | 0.97% | 0.48% | - |
| HSV(B) | 193.61º | 0.98% | 0.95% | - |
| XYZ | 34.06 | 42.4 | 90.39 | - |
| YUV | 139.14 | 186.04 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 242 | 0.98 | 0.22 | 0 | 0.05 | 193.61 | 0.97 | 0.48 |
| Hex | 4 | BC | F2 | 62 | 16 | 0 | 5 | C2 | 61 | 30 |
| Octal | 4 | 274 | 362 | 142 | 26 | 0 | 5 | 302 | 141 | 60 |
| Binary | 100 | 10111100 | 11110010 | 1100010 | 10110 | 0 | 101 | 11000010 | 1100001 | 110000 |
Color Harmonies of #04BCF2
Complementary color
Monochromatic Colors of #04BCF2
Black with #04BCF2
Text Example
Text Example
White with #04BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCF2; }
p { color: rgb(4,188,242); }
H1.HeaderClassName
{
color: #04BCF2;
}
.AnyTagClassName
{
color: #04BCF2;
}
</style>
background-color css
<style>
a { background-color: #04BCF2; }
a { background-color: rgb(4,188,242); }
div.DivClassName
{
background-color: #04BCF2;
}
.BgClassName
{
background-color: #04BCF2;
}
</style>
border-color css
<style>
span { border-color: #04BCF2; }
span { border-color: rgb(4,188,242); }
td.TdClassName
{
border-color: #04BCF2;
}
.TagClassName
{
border-color: #04BCF2;
}
</style>