Shades of Deep Sky Blue #19ADF2
Tints of Deep Sky Blue #19ADF2
RGB
CMYK
RGB Variations
Color information
#19ADF2 (or 0x19ADF2) is known color: Deep Sky Blue. HEX triplet: 19, AD and F2. RGB value is (25,173,242). Sum of RGB (Red+Green+Blue) = 25+173+242=440 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.68% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #19ADF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ADF2 is #E6520D. Grayscale: #888888. Windows color (decimal): -15094286 or 15904025. OLE color: 15904025.
HSL color Cylindrical-coordinate representation of color #19ADF2: hue angle of 199.08º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ADF2 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 173 | 242 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.05 |
| HSL | 199.08º | 0.89% | 0.52% | - |
| HSV(B) | 199.08º | 0.9% | 0.95% | - |
| XYZ | 31.37 | 36.5 | 89.4 | - |
| YUV | 136.61 | 187.47 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 242 | 0.90 | 0.29 | 0 | 0.05 | 199.08 | 0.89 | 0.52 |
| Hex | 19 | AD | F2 | 5A | 1D | 0 | 5 | C7 | 59 | 34 |
| Octal | 31 | 255 | 362 | 132 | 35 | 0 | 5 | 307 | 131 | 64 |
| Binary | 11001 | 10101101 | 11110010 | 1011010 | 11101 | 0 | 101 | 11000111 | 1011001 | 110100 |
Color Harmonies of #19ADF2
Complementary color
Monochromatic Colors of #19ADF2
Black with #19ADF2
Text Example
Text Example
White with #19ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADF2; }
p { color: rgb(25,173,242); }
H1.HeaderClassName
{
color: #19ADF2;
}
.AnyTagClassName
{
color: #19ADF2;
}
</style>
background-color css
<style>
a { background-color: #19ADF2; }
a { background-color: rgb(25,173,242); }
div.DivClassName
{
background-color: #19ADF2;
}
.BgClassName
{
background-color: #19ADF2;
}
</style>
border-color css
<style>
span { border-color: #19ADF2; }
span { border-color: rgb(25,173,242); }
td.TdClassName
{
border-color: #19ADF2;
}
.TagClassName
{
border-color: #19ADF2;
}
</style>