Shades of Deep Sky Blue #04C7EE
Tints of Deep Sky Blue #04C7EE
RGB
CMYK
RGB Variations
Color information
#04C7EE (or 0x04C7EE) is known color: Deep Sky Blue. HEX triplet: 04, C7 and EE. RGB value is (4,199,238). Sum of RGB (Red+Green+Blue) = 4+199+238=441 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #04C7EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04C7EE is #FB3811. Grayscale: #909090. Windows color (decimal): -16463890 or 15648516. OLE color: 15648516.
HSL color Cylindrical-coordinate representation of color #04C7EE: hue angle of 190º 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 #04C7EE is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 199 | 238 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.07 |
| HSL | 190º | 0.97% | 0.47% | - |
| HSV(B) | 190º | 0.98% | 0.93% | - |
| XYZ | 35.91 | 47.05 | 88.08 | - |
| YUV | 145.14 | 180.4 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 199 | 238 | 0.98 | 0.16 | 0 | 0.07 | 190 | 0.97 | 0.47 |
| Hex | 4 | C7 | EE | 62 | 10 | 0 | 7 | BE | 61 | 2F |
| Octal | 4 | 307 | 356 | 142 | 20 | 0 | 7 | 276 | 141 | 57 |
| Binary | 100 | 11000111 | 11101110 | 1100010 | 10000 | 0 | 111 | 10111110 | 1100001 | 101111 |
Color Harmonies of #04C7EE
Complementary color
Monochromatic Colors of #04C7EE
Black with #04C7EE
Text Example
Text Example
White with #04C7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C7EE; }
p { color: rgb(4,199,238); }
H1.HeaderClassName
{
color: #04C7EE;
}
.AnyTagClassName
{
color: #04C7EE;
}
</style>
background-color css
<style>
a { background-color: #04C7EE; }
a { background-color: rgb(4,199,238); }
div.DivClassName
{
background-color: #04C7EE;
}
.BgClassName
{
background-color: #04C7EE;
}
</style>
border-color css
<style>
span { border-color: #04C7EE; }
span { border-color: rgb(4,199,238); }
td.TdClassName
{
border-color: #04C7EE;
}
.TagClassName
{
border-color: #04C7EE;
}
</style>