Shades of Deep Sky Blue #19D4FA
Tints of Deep Sky Blue #19D4FA
RGB
CMYK
RGB Variations
Color information
#19D4FA (or 0x19D4FA) is known color: Deep Sky Blue. HEX triplet: 19, D4 and FA. RGB value is (25,212,250). Sum of RGB (Red+Green+Blue) = 25+212+250=487 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.13% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #19D4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D4FA is #E62B05. Grayscale: #A0A0A0. Windows color (decimal): -15084294 or 16438297. OLE color: 16438297.
HSL color Cylindrical-coordinate representation of color #19D4FA: hue angle of 190.13º 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 #19D4FA is Cyan = 0.9, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 212 | 250 | - |
| CMYK | 0.9 | 0.15 | 0 | 0.02 |
| HSL | 190.13º | 0.96% | 0.54% | - |
| HSV(B) | 190.13º | 0.9% | 0.98% | - |
| XYZ | 41.2 | 54.2 | 98.73 | - |
| YUV | 160.42 | 178.55 | 31.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 212 | 250 | 0.9 | 0.15 | 0 | 0.02 | 190.13 | 0.96 | 0.54 |
| Hex | 19 | D4 | FA | 5A | F | 0 | 2 | BE | 60 | 36 |
| Octal | 31 | 324 | 372 | 132 | 17 | 0 | 2 | 276 | 140 | 66 |
| Binary | 11001 | 11010100 | 11111010 | 1011010 | 1111 | 0 | 10 | 10111110 | 1100000 | 110110 |
Color Harmonies of #19D4FA
Complementary color
Monochromatic Colors of #19D4FA
Black with #19D4FA
Text Example
Text Example
White with #19D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D4FA; }
p { color: rgb(25,212,250); }
H1.HeaderClassName
{
color: #19D4FA;
}
.AnyTagClassName
{
color: #19D4FA;
}
</style>
background-color css
<style>
a { background-color: #19D4FA; }
a { background-color: rgb(25,212,250); }
div.DivClassName
{
background-color: #19D4FA;
}
.BgClassName
{
background-color: #19D4FA;
}
</style>
border-color css
<style>
span { border-color: #19D4FA; }
span { border-color: rgb(25,212,250); }
td.TdClassName
{
border-color: #19D4FA;
}
.TagClassName
{
border-color: #19D4FA;
}
</style>