Shades of Deep Sky Blue #19ADF5
Tints of Deep Sky Blue #19ADF5
RGB
CMYK
RGB Variations
Color information
#19ADF5 (or 0x19ADF5) is known color: Deep Sky Blue. HEX triplet: 19, AD and F5. RGB value is (25,173,245). Sum of RGB (Red+Green+Blue) = 25+173+245=443 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.64% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 245 (96.09% from 255 or 55.30% from 443); Max value from RGB is 245 - color contains mainly: blue. Hex color #19ADF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ADF5 is #E6520A. Grayscale: #888888. Windows color (decimal): -15094283 or 16100633. OLE color: 16100633.
HSL color Cylindrical-coordinate representation of color #19ADF5: hue angle of 199.64º 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 #19ADF5 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 173 | 245 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.04 |
| HSL | 199.64º | 0.92% | 0.53% | - |
| HSV(B) | 199.64º | 0.9% | 0.96% | - |
| XYZ | 31.83 | 36.69 | 91.79 | - |
| YUV | 136.96 | 188.97 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 245 | 0.90 | 0.29 | 0 | 0.04 | 199.64 | 0.92 | 0.53 |
| Hex | 19 | AD | F5 | 5A | 1D | 0 | 4 | C8 | 5C | 35 |
| Octal | 31 | 255 | 365 | 132 | 35 | 0 | 4 | 310 | 134 | 65 |
| Binary | 11001 | 10101101 | 11110101 | 1011010 | 11101 | 0 | 100 | 11001000 | 1011100 | 110101 |
Color Harmonies of #19ADF5
Complementary color
Monochromatic Colors of #19ADF5
Black with #19ADF5
Text Example
Text Example
White with #19ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADF5; }
p { color: rgb(25,173,245); }
H1.HeaderClassName
{
color: #19ADF5;
}
.AnyTagClassName
{
color: #19ADF5;
}
</style>
background-color css
<style>
a { background-color: #19ADF5; }
a { background-color: rgb(25,173,245); }
div.DivClassName
{
background-color: #19ADF5;
}
.BgClassName
{
background-color: #19ADF5;
}
</style>
border-color css
<style>
span { border-color: #19ADF5; }
span { border-color: rgb(25,173,245); }
td.TdClassName
{
border-color: #19ADF5;
}
.TagClassName
{
border-color: #19ADF5;
}
</style>