Shades of Deep Sky Blue #19AFF3
Tints of Deep Sky Blue #19AFF3
RGB
CMYK
RGB Variations
Color information
#19AFF3 (or 0x19AFF3) is known color: Deep Sky Blue. HEX triplet: 19, AF and F3. RGB value is (25,175,243). Sum of RGB (Red+Green+Blue) = 25+175+243=443 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.64% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #19AFF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AFF3 is #E6500C. Grayscale: #898989. Windows color (decimal): -15093773 or 15970073. OLE color: 15970073.
HSL color Cylindrical-coordinate representation of color #19AFF3: hue angle of 198.72º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AFF3 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 175 | 243 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.05 |
| HSL | 198.72º | 0.9% | 0.53% | - |
| HSV(B) | 198.72º | 0.9% | 0.95% | - |
| XYZ | 31.91 | 37.34 | 90.32 | - |
| YUV | 137.9 | 187.31 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 243 | 0.90 | 0.28 | 0 | 0.05 | 198.72 | 0.9 | 0.53 |
| Hex | 19 | AF | F3 | 5A | 1C | 0 | 5 | C7 | 5A | 35 |
| Octal | 31 | 257 | 363 | 132 | 34 | 0 | 5 | 307 | 132 | 65 |
| Binary | 11001 | 10101111 | 11110011 | 1011010 | 11100 | 0 | 101 | 11000111 | 1011010 | 110101 |
Color Harmonies of #19AFF3
Complementary color
Monochromatic Colors of #19AFF3
Black with #19AFF3
Text Example
Text Example
White with #19AFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AFF3; }
p { color: rgb(25,175,243); }
H1.HeaderClassName
{
color: #19AFF3;
}
.AnyTagClassName
{
color: #19AFF3;
}
</style>
background-color css
<style>
a { background-color: #19AFF3; }
a { background-color: rgb(25,175,243); }
div.DivClassName
{
background-color: #19AFF3;
}
.BgClassName
{
background-color: #19AFF3;
}
</style>
border-color css
<style>
span { border-color: #19AFF3; }
span { border-color: rgb(25,175,243); }
td.TdClassName
{
border-color: #19AFF3;
}
.TagClassName
{
border-color: #19AFF3;
}
</style>