Shades of Deep Sky Blue #19ADF3
Tints of Deep Sky Blue #19ADF3
RGB
CMYK
RGB Variations
Color information
#19ADF3 (or 0x19ADF3) is known color: Deep Sky Blue. HEX triplet: 19, AD and F3. RGB value is (25,173,243). Sum of RGB (Red+Green+Blue) = 25+173+243=441 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.67% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #19ADF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ADF3 is #E6520C. Grayscale: #888888. Windows color (decimal): -15094285 or 15969561. OLE color: 15969561.
HSL color Cylindrical-coordinate representation of color #19ADF3: hue angle of 199.27º 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 #19ADF3 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 173 | 243 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.05 |
| HSL | 199.27º | 0.9% | 0.53% | - |
| HSV(B) | 199.27º | 0.9% | 0.95% | - |
| XYZ | 31.52 | 36.56 | 90.19 | - |
| YUV | 136.73 | 187.97 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 243 | 0.90 | 0.29 | 0 | 0.05 | 199.27 | 0.9 | 0.53 |
| Hex | 19 | AD | F3 | 5A | 1D | 0 | 5 | C7 | 5A | 35 |
| Octal | 31 | 255 | 363 | 132 | 35 | 0 | 5 | 307 | 132 | 65 |
| Binary | 11001 | 10101101 | 11110011 | 1011010 | 11101 | 0 | 101 | 11000111 | 1011010 | 110101 |
Color Harmonies of #19ADF3
Complementary color
Monochromatic Colors of #19ADF3
Black with #19ADF3
Text Example
Text Example
White with #19ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADF3; }
p { color: rgb(25,173,243); }
H1.HeaderClassName
{
color: #19ADF3;
}
.AnyTagClassName
{
color: #19ADF3;
}
</style>
background-color css
<style>
a { background-color: #19ADF3; }
a { background-color: rgb(25,173,243); }
div.DivClassName
{
background-color: #19ADF3;
}
.BgClassName
{
background-color: #19ADF3;
}
</style>
border-color css
<style>
span { border-color: #19ADF3; }
span { border-color: rgb(25,173,243); }
td.TdClassName
{
border-color: #19ADF3;
}
.TagClassName
{
border-color: #19ADF3;
}
</style>