Shades of Deep Sky Blue #19D9FC
Tints of Deep Sky Blue #19D9FC
RGB
CMYK
RGB Variations
Color information
#19D9FC (or 0x19D9FC) is known color: Deep Sky Blue. HEX triplet: 19, D9 and FC. RGB value is (25,217,252). Sum of RGB (Red+Green+Blue) = 25+217+252=494 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.06% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #19D9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D9FC is #E62603. Grayscale: #A3A3A3. Windows color (decimal): -15083012 or 16570649. OLE color: 16570649.
HSL color Cylindrical-coordinate representation of color #19D9FC: hue angle of 189.25º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19D9FC is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 217 | 252 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.01 |
| HSL | 189.25º | 0.97% | 0.54% | - |
| HSV(B) | 189.25º | 0.9% | 0.99% | - |
| XYZ | 42.78 | 56.86 | 100.82 | - |
| YUV | 163.58 | 177.89 | 29.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 252 | 0.90 | 0.14 | 0 | 0.01 | 189.25 | 0.97 | 0.54 |
| Hex | 19 | D9 | FC | 5A | E | 0 | 1 | BD | 61 | 36 |
| Octal | 31 | 331 | 374 | 132 | 16 | 0 | 1 | 275 | 141 | 66 |
| Binary | 11001 | 11011001 | 11111100 | 1011010 | 1110 | 0 | 1 | 10111101 | 1100001 | 110110 |
Color Harmonies of #19D9FC
Complementary color
Monochromatic Colors of #19D9FC
Black with #19D9FC
Text Example
Text Example
White with #19D9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D9FC; }
p { color: rgb(25,217,252); }
H1.HeaderClassName
{
color: #19D9FC;
}
.AnyTagClassName
{
color: #19D9FC;
}
</style>
background-color css
<style>
a { background-color: #19D9FC; }
a { background-color: rgb(25,217,252); }
div.DivClassName
{
background-color: #19D9FC;
}
.BgClassName
{
background-color: #19D9FC;
}
</style>
border-color css
<style>
span { border-color: #19D9FC; }
span { border-color: rgb(25,217,252); }
td.TdClassName
{
border-color: #19D9FC;
}
.TagClassName
{
border-color: #19D9FC;
}
</style>