Shades of Deep Sky Blue #04B8ED
Tints of Deep Sky Blue #04B8ED
RGB
CMYK
RGB Variations
Color information
#04B8ED (or 0x04B8ED) is known color: Deep Sky Blue. HEX triplet: 04, B8 and ED. RGB value is (4,184,237). Sum of RGB (Red+Green+Blue) = 4+184+237=425 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #04B8ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B8ED is #FB4712. Grayscale: #878787. Windows color (decimal): -16467731 or 15579140. OLE color: 15579140.
HSL color Cylindrical-coordinate representation of color #04B8ED: hue angle of 193.65º 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 #04B8ED is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 184 | 237 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.07 |
| HSL | 193.65º | 0.97% | 0.47% | - |
| HSV(B) | 193.65º | 0.98% | 0.93% | - |
| XYZ | 32.48 | 40.42 | 86.21 | - |
| YUV | 136.22 | 184.87 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 237 | 0.98 | 0.22 | 0 | 0.07 | 193.65 | 0.97 | 0.47 |
| Hex | 4 | B8 | ED | 62 | 16 | 0 | 7 | C2 | 61 | 2F |
| Octal | 4 | 270 | 355 | 142 | 26 | 0 | 7 | 302 | 141 | 57 |
| Binary | 100 | 10111000 | 11101101 | 1100010 | 10110 | 0 | 111 | 11000010 | 1100001 | 101111 |
Color Harmonies of #04B8ED
Complementary color
Monochromatic Colors of #04B8ED
Black with #04B8ED
Text Example
Text Example
White with #04B8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B8ED; }
p { color: rgb(4,184,237); }
H1.HeaderClassName
{
color: #04B8ED;
}
.AnyTagClassName
{
color: #04B8ED;
}
</style>
background-color css
<style>
a { background-color: #04B8ED; }
a { background-color: rgb(4,184,237); }
div.DivClassName
{
background-color: #04B8ED;
}
.BgClassName
{
background-color: #04B8ED;
}
</style>
border-color css
<style>
span { border-color: #04B8ED; }
span { border-color: rgb(4,184,237); }
td.TdClassName
{
border-color: #04B8ED;
}
.TagClassName
{
border-color: #04B8ED;
}
</style>