Shades of Deep Sky Blue #04D1F1
Tints of Deep Sky Blue #04D1F1
RGB
CMYK
RGB Variations
Color information
#04D1F1 (or 0x04D1F1) is known color: Deep Sky Blue. HEX triplet: 04, D1 and F1. RGB value is (4,209,241). Sum of RGB (Red+Green+Blue) = 4+209+241=454 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #04D1F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D1F1 is #FB2E0E. Grayscale: #979797. Windows color (decimal): -16461327 or 15847684. OLE color: 15847684.
HSL color Cylindrical-coordinate representation of color #04D1F1: hue angle of 188.1º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D1F1 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 209 | 241 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.05 |
| HSL | 188.1º | 0.97% | 0.48% | - |
| HSV(B) | 188.1º | 0.98% | 0.95% | - |
| XYZ | 38.73 | 51.98 | 91.21 | - |
| YUV | 151.35 | 178.58 | 22.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 209 | 241 | 0.98 | 0.13 | 0 | 0.05 | 188.1 | 0.97 | 0.48 |
| Hex | 4 | D1 | F1 | 62 | D | 0 | 5 | BC | 61 | 30 |
| Octal | 4 | 321 | 361 | 142 | 15 | 0 | 5 | 274 | 141 | 60 |
| Binary | 100 | 11010001 | 11110001 | 1100010 | 1101 | 0 | 101 | 10111100 | 1100001 | 110000 |
Color Harmonies of #04D1F1
Complementary color
Monochromatic Colors of #04D1F1
Black with #04D1F1
Text Example
Text Example
White with #04D1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D1F1; }
p { color: rgb(4,209,241); }
H1.HeaderClassName
{
color: #04D1F1;
}
.AnyTagClassName
{
color: #04D1F1;
}
</style>
background-color css
<style>
a { background-color: #04D1F1; }
a { background-color: rgb(4,209,241); }
div.DivClassName
{
background-color: #04D1F1;
}
.BgClassName
{
background-color: #04D1F1;
}
</style>
border-color css
<style>
span { border-color: #04D1F1; }
span { border-color: rgb(4,209,241); }
td.TdClassName
{
border-color: #04D1F1;
}
.TagClassName
{
border-color: #04D1F1;
}
</style>