Shades of Deep Sky Blue #04CEFA
Tints of Deep Sky Blue #04CEFA
RGB
CMYK
RGB Variations
Color information
#04CEFA (or 0x04CEFA) is known color: Deep Sky Blue. HEX triplet: 04, CE and FA. RGB value is (4,206,250). Sum of RGB (Red+Green+Blue) = 4+206+250=460 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #04CEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CEFA is #FB3105. Grayscale: #969696. Windows color (decimal): -16462086 or 16436740. OLE color: 16436740.
HSL color Cylindrical-coordinate representation of color #04CEFA: hue angle of 190.73º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CEFA is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 206 | 250 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.02 |
| HSL | 190.73º | 0.97% | 0.5% | - |
| HSV(B) | 190.73º | 0.98% | 0.98% | - |
| XYZ | 39.38 | 51.07 | 98.22 | - |
| YUV | 150.62 | 184.08 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 250 | 0.98 | 0.18 | 0 | 0.02 | 190.73 | 0.97 | 0.5 |
| Hex | 4 | CE | FA | 62 | 12 | 0 | 2 | BF | 61 | 32 |
| Octal | 4 | 316 | 372 | 142 | 22 | 0 | 2 | 277 | 141 | 62 |
| Binary | 100 | 11001110 | 11111010 | 1100010 | 10010 | 0 | 10 | 10111111 | 1100001 | 110010 |
Color Harmonies of #04CEFA
Complementary color
Monochromatic Colors of #04CEFA
Black with #04CEFA
Text Example
Text Example
White with #04CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CEFA; }
p { color: rgb(4,206,250); }
H1.HeaderClassName
{
color: #04CEFA;
}
.AnyTagClassName
{
color: #04CEFA;
}
</style>
background-color css
<style>
a { background-color: #04CEFA; }
a { background-color: rgb(4,206,250); }
div.DivClassName
{
background-color: #04CEFA;
}
.BgClassName
{
background-color: #04CEFA;
}
</style>
border-color css
<style>
span { border-color: #04CEFA; }
span { border-color: rgb(4,206,250); }
td.TdClassName
{
border-color: #04CEFA;
}
.TagClassName
{
border-color: #04CEFA;
}
</style>