Shades of Deep Sky Blue #19D7FA
Tints of Deep Sky Blue #19D7FA
RGB
CMYK
RGB Variations
Color information
#19D7FA (or 0x19D7FA) is known color: Deep Sky Blue. HEX triplet: 19, D7 and FA. RGB value is (25,215,250). Sum of RGB (Red+Green+Blue) = 25+215+250=490 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.10% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #19D7FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D7FA is #E62805. Grayscale: #A1A1A1. Windows color (decimal): -15083526 or 16439065. OLE color: 16439065.
HSL color Cylindrical-coordinate representation of color #19D7FA: hue angle of 189.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19D7FA is Cyan = 0.9, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 215 | 250 | - |
| CMYK | 0.9 | 0.14 | 0 | 0.02 |
| HSL | 189.33º | 0.96% | 0.54% | - |
| HSV(B) | 189.33º | 0.9% | 0.98% | - |
| XYZ | 41.96 | 55.71 | 98.98 | - |
| YUV | 162.18 | 177.55 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 215 | 250 | 0.9 | 0.14 | 0 | 0.02 | 189.33 | 0.96 | 0.54 |
| Hex | 19 | D7 | FA | 5A | E | 0 | 2 | BD | 60 | 36 |
| Octal | 31 | 327 | 372 | 132 | 16 | 0 | 2 | 275 | 140 | 66 |
| Binary | 11001 | 11010111 | 11111010 | 1011010 | 1110 | 0 | 10 | 10111101 | 1100000 | 110110 |
Color Harmonies of #19D7FA
Complementary color
Monochromatic Colors of #19D7FA
Black with #19D7FA
Text Example
Text Example
White with #19D7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D7FA; }
p { color: rgb(25,215,250); }
H1.HeaderClassName
{
color: #19D7FA;
}
.AnyTagClassName
{
color: #19D7FA;
}
</style>
background-color css
<style>
a { background-color: #19D7FA; }
a { background-color: rgb(25,215,250); }
div.DivClassName
{
background-color: #19D7FA;
}
.BgClassName
{
background-color: #19D7FA;
}
</style>
border-color css
<style>
span { border-color: #19D7FA; }
span { border-color: rgb(25,215,250); }
td.TdClassName
{
border-color: #19D7FA;
}
.TagClassName
{
border-color: #19D7FA;
}
</style>