Shades of Deep Sky Blue #04C3FF
Tints of Deep Sky Blue #04C3FF
RGB
CMYK
RGB Variations
Color information
#04C3FF (or 0x04C3FF) is known color: Deep Sky Blue. HEX triplet: 04, C3 and FF. RGB value is (4,195,255). Sum of RGB (Red+Green+Blue) = 4+195+255=454 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #04C3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04C3FF is #FB3C00. Grayscale: #909090. Windows color (decimal): -16464897 or 16761604. OLE color: 16761604.
HSL color Cylindrical-coordinate representation of color #04C3FF: hue angle of 194.34º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C3FF is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 195 | 255 | - |
| CMYK | 0.98 | 0.24 | 0 | 0 |
| HSL | 194.34º | 1% | 0.51% | - |
| HSV(B) | 194.34º | 0.98% | 1% | - |
| XYZ | 37.62 | 46.28 | 101.56 | - |
| YUV | 144.73 | 190.22 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 195 | 255 | 0.98 | 0.24 | 0 | 0 | 194.34 | 1 | 0.51 |
| Hex | 4 | C3 | FF | 62 | 18 | 0 | 0 | C2 | 64 | 33 |
| Octal | 4 | 303 | 377 | 142 | 30 | 0 | 0 | 302 | 144 | 63 |
| Binary | 100 | 11000011 | 11111111 | 1100010 | 11000 | 0 | 0 | 11000010 | 1100100 | 110011 |
Color Harmonies of #04C3FF
Complementary color
Monochromatic Colors of #04C3FF
Black with #04C3FF
Text Example
Text Example
White with #04C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C3FF; }
p { color: rgb(4,195,255); }
H1.HeaderClassName
{
color: #04C3FF;
}
.AnyTagClassName
{
color: #04C3FF;
}
</style>
background-color css
<style>
a { background-color: #04C3FF; }
a { background-color: rgb(4,195,255); }
div.DivClassName
{
background-color: #04C3FF;
}
.BgClassName
{
background-color: #04C3FF;
}
</style>
border-color css
<style>
span { border-color: #04C3FF; }
span { border-color: rgb(4,195,255); }
td.TdClassName
{
border-color: #04C3FF;
}
.TagClassName
{
border-color: #04C3FF;
}
</style>