Shades of Deep Sky Blue #04CFFE
Tints of Deep Sky Blue #04CFFE
RGB
CMYK
RGB Variations
Color information
#04CFFE (or 0x04CFFE) is known color: Deep Sky Blue. HEX triplet: 04, CF and FE. RGB value is (4,207,254). Sum of RGB (Red+Green+Blue) = 4+207+254=465 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #04CFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CFFE is #FB3001. Grayscale: #979797. Windows color (decimal): -16461826 or 16699140. OLE color: 16699140.
HSL color Cylindrical-coordinate representation of color #04CFFE: hue angle of 191.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CFFE is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 207 | 254 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.00 |
| HSL | 191.28º | 0.99% | 0.51% | - |
| HSV(B) | 191.28º | 0.98% | 1% | - |
| XYZ | 40.25 | 51.81 | 101.64 | - |
| YUV | 151.66 | 185.75 | 22.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 254 | 0.98 | 0.19 | 0 | 0.00 | 191.28 | 0.99 | 0.51 |
| Hex | 4 | CF | FE | 62 | 13 | 0 | 0 | BF | 63 | 33 |
| Octal | 4 | 317 | 376 | 142 | 23 | 0 | 0 | 277 | 143 | 63 |
| Binary | 100 | 11001111 | 11111110 | 1100010 | 10011 | 0 | 0 | 10111111 | 1100011 | 110011 |
Color Harmonies of #04CFFE
Complementary color
Monochromatic Colors of #04CFFE
Black with #04CFFE
Text Example
Text Example
White with #04CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFFE; }
p { color: rgb(4,207,254); }
H1.HeaderClassName
{
color: #04CFFE;
}
.AnyTagClassName
{
color: #04CFFE;
}
</style>
background-color css
<style>
a { background-color: #04CFFE; }
a { background-color: rgb(4,207,254); }
div.DivClassName
{
background-color: #04CFFE;
}
.BgClassName
{
background-color: #04CFFE;
}
</style>
border-color css
<style>
span { border-color: #04CFFE; }
span { border-color: rgb(4,207,254); }
td.TdClassName
{
border-color: #04CFFE;
}
.TagClassName
{
border-color: #04CFFE;
}
</style>