Shades of Deep Sky Blue #19DAFA
Tints of Deep Sky Blue #19DAFA
RGB
CMYK
RGB Variations
Color information
#19DAFA (or 0x19DAFA) is known color: Deep Sky Blue. HEX triplet: 19, DA and FA. RGB value is (25,218,250). Sum of RGB (Red+Green+Blue) = 25+218+250=493 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.07% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #19DAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DAFA is #E62505. Grayscale: #A3A3A3. Windows color (decimal): -15082758 or 16439833. OLE color: 16439833.
HSL color Cylindrical-coordinate representation of color #19DAFA: hue angle of 188.53º 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 #19DAFA is Cyan = 0.9, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 218 | 250 | - |
| CMYK | 0.9 | 0.13 | 0 | 0.02 |
| HSL | 188.53º | 0.96% | 0.54% | - |
| HSV(B) | 188.53º | 0.9% | 0.98% | - |
| XYZ | 42.73 | 57.25 | 99.24 | - |
| YUV | 163.94 | 176.56 | 28.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 250 | 0.9 | 0.13 | 0 | 0.02 | 188.53 | 0.96 | 0.54 |
| Hex | 19 | DA | FA | 5A | D | 0 | 2 | BD | 60 | 36 |
| Octal | 31 | 332 | 372 | 132 | 15 | 0 | 2 | 275 | 140 | 66 |
| Binary | 11001 | 11011010 | 11111010 | 1011010 | 1101 | 0 | 10 | 10111101 | 1100000 | 110110 |
Color Harmonies of #19DAFA
Complementary color
Monochromatic Colors of #19DAFA
Black with #19DAFA
Text Example
Text Example
White with #19DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DAFA; }
p { color: rgb(25,218,250); }
H1.HeaderClassName
{
color: #19DAFA;
}
.AnyTagClassName
{
color: #19DAFA;
}
</style>
background-color css
<style>
a { background-color: #19DAFA; }
a { background-color: rgb(25,218,250); }
div.DivClassName
{
background-color: #19DAFA;
}
.BgClassName
{
background-color: #19DAFA;
}
</style>
border-color css
<style>
span { border-color: #19DAFA; }
span { border-color: rgb(25,218,250); }
td.TdClassName
{
border-color: #19DAFA;
}
.TagClassName
{
border-color: #19DAFA;
}
</style>