Shades of Deep Sky Blue #04BEED
Tints of Deep Sky Blue #04BEED
RGB
CMYK
RGB Variations
Color information
#04BEED (or 0x04BEED) is known color: Deep Sky Blue. HEX triplet: 04, BE and ED. RGB value is (4,190,237). Sum of RGB (Red+Green+Blue) = 4+190+237=431 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #04BEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BEED is #FB4112. Grayscale: #8B8B8B. Windows color (decimal): -16466195 or 15580676. OLE color: 15580676.
HSL color Cylindrical-coordinate representation of color #04BEED: hue angle of 192.1º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEED is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 190 | 237 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.07 |
| HSL | 192.1º | 0.97% | 0.47% | - |
| HSV(B) | 192.1º | 0.98% | 0.93% | - |
| XYZ | 33.75 | 42.97 | 86.64 | - |
| YUV | 139.74 | 182.88 | 31.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 237 | 0.98 | 0.20 | 0 | 0.07 | 192.1 | 0.97 | 0.47 |
| Hex | 4 | BE | ED | 62 | 14 | 0 | 7 | C0 | 61 | 2F |
| Octal | 4 | 276 | 355 | 142 | 24 | 0 | 7 | 300 | 141 | 57 |
| Binary | 100 | 10111110 | 11101101 | 1100010 | 10100 | 0 | 111 | 11000000 | 1100001 | 101111 |
Color Harmonies of #04BEED
Complementary color
Monochromatic Colors of #04BEED
Black with #04BEED
Text Example
Text Example
White with #04BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BEED; }
p { color: rgb(4,190,237); }
H1.HeaderClassName
{
color: #04BEED;
}
.AnyTagClassName
{
color: #04BEED;
}
</style>
background-color css
<style>
a { background-color: #04BEED; }
a { background-color: rgb(4,190,237); }
div.DivClassName
{
background-color: #04BEED;
}
.BgClassName
{
background-color: #04BEED;
}
</style>
border-color css
<style>
span { border-color: #04BEED; }
span { border-color: rgb(4,190,237); }
td.TdClassName
{
border-color: #04BEED;
}
.TagClassName
{
border-color: #04BEED;
}
</style>