Shades of Deep Sky Blue #04BCFE
Tints of Deep Sky Blue #04BCFE
RGB
CMYK
RGB Variations
Color information
#04BCFE (or 0x04BCFE) is known color: Deep Sky Blue. HEX triplet: 04, BC and FE. RGB value is (4,188,254). Sum of RGB (Red+Green+Blue) = 4+188+254=446 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #04BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BCFE is #FB4301. Grayscale: #8C8C8C. Windows color (decimal): -16466690 or 16694276. OLE color: 16694276.
HSL color Cylindrical-coordinate representation of color #04BCFE: hue angle of 195.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCFE is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 188 | 254 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.00 |
| HSL | 195.84º | 0.99% | 0.51% | - |
| HSV(B) | 195.84º | 0.98% | 1% | - |
| XYZ | 35.92 | 43.15 | 100.2 | - |
| YUV | 140.51 | 192.04 | 30.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 254 | 0.98 | 0.26 | 0 | 0.00 | 195.84 | 0.99 | 0.51 |
| Hex | 4 | BC | FE | 62 | 1A | 0 | 0 | C4 | 63 | 33 |
| Octal | 4 | 274 | 376 | 142 | 32 | 0 | 0 | 304 | 143 | 63 |
| Binary | 100 | 10111100 | 11111110 | 1100010 | 11010 | 0 | 0 | 11000100 | 1100011 | 110011 |
Color Harmonies of #04BCFE
Complementary color
Monochromatic Colors of #04BCFE
Black with #04BCFE
Text Example
Text Example
White with #04BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCFE; }
p { color: rgb(4,188,254); }
H1.HeaderClassName
{
color: #04BCFE;
}
.AnyTagClassName
{
color: #04BCFE;
}
</style>
background-color css
<style>
a { background-color: #04BCFE; }
a { background-color: rgb(4,188,254); }
div.DivClassName
{
background-color: #04BCFE;
}
.BgClassName
{
background-color: #04BCFE;
}
</style>
border-color css
<style>
span { border-color: #04BCFE; }
span { border-color: rgb(4,188,254); }
td.TdClassName
{
border-color: #04BCFE;
}
.TagClassName
{
border-color: #04BCFE;
}
</style>