Shades of Deep Sky Blue #19D2FA
Tints of Deep Sky Blue #19D2FA
RGB
CMYK
RGB Variations
Color information
#19D2FA (or 0x19D2FA) is known color: Deep Sky Blue. HEX triplet: 19, D2 and FA. RGB value is (25,210,250). Sum of RGB (Red+Green+Blue) = 25+210+250=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #19D2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D2FA is #E62D05. Grayscale: #9E9E9E. Windows color (decimal): -15084806 or 16437785. OLE color: 16437785.
HSL color Cylindrical-coordinate representation of color #19D2FA: hue angle of 190.67º 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 #19D2FA is Cyan = 0.9, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 210 | 250 | - |
| CMYK | 0.9 | 0.16 | 0 | 0.02 |
| HSL | 190.67º | 0.96% | 0.54% | - |
| HSV(B) | 190.67º | 0.9% | 0.98% | - |
| XYZ | 40.7 | 53.2 | 98.57 | - |
| YUV | 159.25 | 179.21 | 32.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 210 | 250 | 0.9 | 0.16 | 0 | 0.02 | 190.67 | 0.96 | 0.54 |
| Hex | 19 | D2 | FA | 5A | 10 | 0 | 2 | BF | 60 | 36 |
| Octal | 31 | 322 | 372 | 132 | 20 | 0 | 2 | 277 | 140 | 66 |
| Binary | 11001 | 11010010 | 11111010 | 1011010 | 10000 | 0 | 10 | 10111111 | 1100000 | 110110 |
Color Harmonies of #19D2FA
Complementary color
Monochromatic Colors of #19D2FA
Black with #19D2FA
Text Example
Text Example
White with #19D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D2FA; }
p { color: rgb(25,210,250); }
H1.HeaderClassName
{
color: #19D2FA;
}
.AnyTagClassName
{
color: #19D2FA;
}
</style>
background-color css
<style>
a { background-color: #19D2FA; }
a { background-color: rgb(25,210,250); }
div.DivClassName
{
background-color: #19D2FA;
}
.BgClassName
{
background-color: #19D2FA;
}
</style>
border-color css
<style>
span { border-color: #19D2FA; }
span { border-color: rgb(25,210,250); }
td.TdClassName
{
border-color: #19D2FA;
}
.TagClassName
{
border-color: #19D2FA;
}
</style>