Shades of Deep Sky Blue #19AFF6
Tints of Deep Sky Blue #19AFF6
RGB
CMYK
RGB Variations
Color information
#19AFF6 (or 0x19AFF6) is known color: Deep Sky Blue. HEX triplet: 19, AF and F6. RGB value is (25,175,246). Sum of RGB (Red+Green+Blue) = 25+175+246=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #19AFF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AFF6 is #E65009. Grayscale: #898989. Windows color (decimal): -15093770 or 16166681. OLE color: 16166681.
HSL color Cylindrical-coordinate representation of color #19AFF6: hue angle of 199.28º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AFF6 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 175 | 246 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.04 |
| HSL | 199.28º | 0.92% | 0.53% | - |
| HSV(B) | 199.28º | 0.9% | 0.96% | - |
| XYZ | 32.37 | 37.52 | 92.73 | - |
| YUV | 138.24 | 188.81 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 246 | 0.90 | 0.29 | 0 | 0.04 | 199.28 | 0.92 | 0.53 |
| Hex | 19 | AF | F6 | 5A | 1D | 0 | 4 | C7 | 5C | 35 |
| Octal | 31 | 257 | 366 | 132 | 35 | 0 | 4 | 307 | 134 | 65 |
| Binary | 11001 | 10101111 | 11110110 | 1011010 | 11101 | 0 | 100 | 11000111 | 1011100 | 110101 |
Color Harmonies of #19AFF6
Complementary color
Monochromatic Colors of #19AFF6
Black with #19AFF6
Text Example
Text Example
White with #19AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AFF6; }
p { color: rgb(25,175,246); }
H1.HeaderClassName
{
color: #19AFF6;
}
.AnyTagClassName
{
color: #19AFF6;
}
</style>
background-color css
<style>
a { background-color: #19AFF6; }
a { background-color: rgb(25,175,246); }
div.DivClassName
{
background-color: #19AFF6;
}
.BgClassName
{
background-color: #19AFF6;
}
</style>
border-color css
<style>
span { border-color: #19AFF6; }
span { border-color: rgb(25,175,246); }
td.TdClassName
{
border-color: #19AFF6;
}
.TagClassName
{
border-color: #19AFF6;
}
</style>