Shades of Deep Sky Blue #04C8EB
Tints of Deep Sky Blue #04C8EB
RGB
CMYK
RGB Variations
Color information
#04C8EB (or 0x04C8EB) is known color: Deep Sky Blue. HEX triplet: 04, C8 and EB. RGB value is (4,200,235). Sum of RGB (Red+Green+Blue) = 4+200+235=439 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #04C8EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04C8EB is #FB3714. Grayscale: #919191. Windows color (decimal): -16463637 or 15452164. OLE color: 15452164.
HSL color Cylindrical-coordinate representation of color #04C8EB: hue angle of 189.09º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C8EB is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 200 | 235 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.08 |
| HSL | 189.09º | 0.97% | 0.47% | - |
| HSV(B) | 189.09º | 0.98% | 0.92% | - |
| XYZ | 35.7 | 47.33 | 85.85 | - |
| YUV | 145.39 | 178.57 | 27.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 200 | 235 | 0.98 | 0.15 | 0 | 0.08 | 189.09 | 0.97 | 0.47 |
| Hex | 4 | C8 | EB | 62 | F | 0 | 8 | BD | 61 | 2F |
| Octal | 4 | 310 | 353 | 142 | 17 | 0 | 10 | 275 | 141 | 57 |
| Binary | 100 | 11001000 | 11101011 | 1100010 | 1111 | 0 | 1000 | 10111101 | 1100001 | 101111 |
Color Harmonies of #04C8EB
Complementary color
Monochromatic Colors of #04C8EB
Black with #04C8EB
Text Example
Text Example
White with #04C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C8EB; }
p { color: rgb(4,200,235); }
H1.HeaderClassName
{
color: #04C8EB;
}
.AnyTagClassName
{
color: #04C8EB;
}
</style>
background-color css
<style>
a { background-color: #04C8EB; }
a { background-color: rgb(4,200,235); }
div.DivClassName
{
background-color: #04C8EB;
}
.BgClassName
{
background-color: #04C8EB;
}
</style>
border-color css
<style>
span { border-color: #04C8EB; }
span { border-color: rgb(4,200,235); }
td.TdClassName
{
border-color: #04C8EB;
}
.TagClassName
{
border-color: #04C8EB;
}
</style>