Shades of Deep Sky Blue #04C3EE
Tints of Deep Sky Blue #04C3EE
RGB
CMYK
RGB Variations
Color information
#04C3EE (or 0x04C3EE) is known color: Deep Sky Blue. HEX triplet: 04, C3 and EE. RGB value is (4,195,238). Sum of RGB (Red+Green+Blue) = 4+195+238=437 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #04C3EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04C3EE is #FB3C11. Grayscale: #8E8E8E. Windows color (decimal): -16464914 or 15647492. OLE color: 15647492.
HSL color Cylindrical-coordinate representation of color #04C3EE: hue angle of 191.03º 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 #04C3EE is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 195 | 238 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.07 |
| HSL | 191.03º | 0.97% | 0.47% | - |
| HSV(B) | 191.03º | 0.98% | 0.93% | - |
| XYZ | 35 | 45.23 | 87.77 | - |
| YUV | 142.79 | 181.72 | 29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 195 | 238 | 0.98 | 0.18 | 0 | 0.07 | 191.03 | 0.97 | 0.47 |
| Hex | 4 | C3 | EE | 62 | 12 | 0 | 7 | BF | 61 | 2F |
| Octal | 4 | 303 | 356 | 142 | 22 | 0 | 7 | 277 | 141 | 57 |
| Binary | 100 | 11000011 | 11101110 | 1100010 | 10010 | 0 | 111 | 10111111 | 1100001 | 101111 |
Color Harmonies of #04C3EE
Complementary color
Monochromatic Colors of #04C3EE
Black with #04C3EE
Text Example
Text Example
White with #04C3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C3EE; }
p { color: rgb(4,195,238); }
H1.HeaderClassName
{
color: #04C3EE;
}
.AnyTagClassName
{
color: #04C3EE;
}
</style>
background-color css
<style>
a { background-color: #04C3EE; }
a { background-color: rgb(4,195,238); }
div.DivClassName
{
background-color: #04C3EE;
}
.BgClassName
{
background-color: #04C3EE;
}
</style>
border-color css
<style>
span { border-color: #04C3EE; }
span { border-color: rgb(4,195,238); }
td.TdClassName
{
border-color: #04C3EE;
}
.TagClassName
{
border-color: #04C3EE;
}
</style>