Shades of Deep Sky Blue #04BEFF
Tints of Deep Sky Blue #04BEFF
RGB
CMYK
RGB Variations
Color information
#04BEFF (or 0x04BEFF) is known color: Deep Sky Blue. HEX triplet: 04, BE and FF. RGB value is (4,190,255). Sum of RGB (Red+Green+Blue) = 4+190+255=449 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #04BEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BEFF is #FB4100. Grayscale: #8D8D8D. Windows color (decimal): -16466177 or 16760324. OLE color: 16760324.
HSL color Cylindrical-coordinate representation of color #04BEFF: hue angle of 195.54º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEFF is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 190 | 255 | - |
| CMYK | 0.98 | 0.25 | 0 | 0 |
| HSL | 195.54º | 1% | 0.51% | - |
| HSV(B) | 195.54º | 0.98% | 1% | - |
| XYZ | 36.51 | 44.07 | 101.19 | - |
| YUV | 141.8 | 191.88 | 29.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 255 | 0.98 | 0.25 | 0 | 0 | 195.54 | 1 | 0.51 |
| Hex | 4 | BE | FF | 62 | 19 | 0 | 0 | C4 | 64 | 33 |
| Octal | 4 | 276 | 377 | 142 | 31 | 0 | 0 | 304 | 144 | 63 |
| Binary | 100 | 10111110 | 11111111 | 1100010 | 11001 | 0 | 0 | 11000100 | 1100100 | 110011 |
Color Harmonies of #04BEFF
Complementary color
Monochromatic Colors of #04BEFF
Black with #04BEFF
Text Example
Text Example
White with #04BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BEFF; }
p { color: rgb(4,190,255); }
H1.HeaderClassName
{
color: #04BEFF;
}
.AnyTagClassName
{
color: #04BEFF;
}
</style>
background-color css
<style>
a { background-color: #04BEFF; }
a { background-color: rgb(4,190,255); }
div.DivClassName
{
background-color: #04BEFF;
}
.BgClassName
{
background-color: #04BEFF;
}
</style>
border-color css
<style>
span { border-color: #04BEFF; }
span { border-color: rgb(4,190,255); }
td.TdClassName
{
border-color: #04BEFF;
}
.TagClassName
{
border-color: #04BEFF;
}
</style>