Shades of Deep Sky Blue #04B8EE
Tints of Deep Sky Blue #04B8EE
RGB
CMYK
RGB Variations
Color information
#04B8EE (or 0x04B8EE) is known color: Deep Sky Blue. HEX triplet: 04, B8 and EE. RGB value is (4,184,238). Sum of RGB (Red+Green+Blue) = 4+184+238=426 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #04B8EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B8EE is #FB4711. Grayscale: #878787. Windows color (decimal): -16467730 or 15644676. OLE color: 15644676.
HSL color Cylindrical-coordinate representation of color #04B8EE: hue angle of 193.85º 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 #04B8EE is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 184 | 238 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.07 |
| HSL | 193.85º | 0.97% | 0.47% | - |
| HSV(B) | 193.85º | 0.98% | 0.93% | - |
| XYZ | 32.62 | 40.48 | 86.98 | - |
| YUV | 136.34 | 185.37 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 238 | 0.98 | 0.23 | 0 | 0.07 | 193.85 | 0.97 | 0.47 |
| Hex | 4 | B8 | EE | 62 | 17 | 0 | 7 | C2 | 61 | 2F |
| Octal | 4 | 270 | 356 | 142 | 27 | 0 | 7 | 302 | 141 | 57 |
| Binary | 100 | 10111000 | 11101110 | 1100010 | 10111 | 0 | 111 | 11000010 | 1100001 | 101111 |
Color Harmonies of #04B8EE
Complementary color
Monochromatic Colors of #04B8EE
Black with #04B8EE
Text Example
Text Example
White with #04B8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B8EE; }
p { color: rgb(4,184,238); }
H1.HeaderClassName
{
color: #04B8EE;
}
.AnyTagClassName
{
color: #04B8EE;
}
</style>
background-color css
<style>
a { background-color: #04B8EE; }
a { background-color: rgb(4,184,238); }
div.DivClassName
{
background-color: #04B8EE;
}
.BgClassName
{
background-color: #04B8EE;
}
</style>
border-color css
<style>
span { border-color: #04B8EE; }
span { border-color: rgb(4,184,238); }
td.TdClassName
{
border-color: #04B8EE;
}
.TagClassName
{
border-color: #04B8EE;
}
</style>