Shades of Deep Sky Blue #04CFF4
Tints of Deep Sky Blue #04CFF4
RGB
CMYK
RGB Variations
Color information
#04CFF4 (or 0x04CFF4) is known color: Deep Sky Blue. HEX triplet: 04, CF and F4. RGB value is (4,207,244). Sum of RGB (Red+Green+Blue) = 4+207+244=455 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #04CFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CFF4 is #FB300B. Grayscale: #969696. Windows color (decimal): -16461836 or 16043780. OLE color: 16043780.
HSL color Cylindrical-coordinate representation of color #04CFF4: hue angle of 189.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CFF4 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 207 | 244 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.04 |
| HSL | 189.25º | 0.97% | 0.49% | - |
| HSV(B) | 189.25º | 0.98% | 0.96% | - |
| XYZ | 38.69 | 51.18 | 93.43 | - |
| YUV | 150.52 | 180.75 | 23.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 244 | 0.98 | 0.15 | 0 | 0.04 | 189.25 | 0.97 | 0.49 |
| Hex | 4 | CF | F4 | 62 | F | 0 | 4 | BD | 61 | 31 |
| Octal | 4 | 317 | 364 | 142 | 17 | 0 | 4 | 275 | 141 | 61 |
| Binary | 100 | 11001111 | 11110100 | 1100010 | 1111 | 0 | 100 | 10111101 | 1100001 | 110001 |
Color Harmonies of #04CFF4
Complementary color
Monochromatic Colors of #04CFF4
Black with #04CFF4
Text Example
Text Example
White with #04CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFF4; }
p { color: rgb(4,207,244); }
H1.HeaderClassName
{
color: #04CFF4;
}
.AnyTagClassName
{
color: #04CFF4;
}
</style>
background-color css
<style>
a { background-color: #04CFF4; }
a { background-color: rgb(4,207,244); }
div.DivClassName
{
background-color: #04CFF4;
}
.BgClassName
{
background-color: #04CFF4;
}
</style>
border-color css
<style>
span { border-color: #04CFF4; }
span { border-color: rgb(4,207,244); }
td.TdClassName
{
border-color: #04CFF4;
}
.TagClassName
{
border-color: #04CFF4;
}
</style>