Shades of Deep Sky Blue #19AFFC
Tints of Deep Sky Blue #19AFFC
RGB
CMYK
RGB Variations
Color information
#19AFFC (or 0x19AFFC) is known color: Deep Sky Blue. HEX triplet: 19, AF and FC. RGB value is (25,175,252). Sum of RGB (Red+Green+Blue) = 25+175+252=452 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.53% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #19AFFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AFFC is #E65003. Grayscale: #8A8A8A. Windows color (decimal): -15093764 or 16559897. OLE color: 16559897.
HSL color Cylindrical-coordinate representation of color #19AFFC: hue angle of 200.35º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AFFC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 175 | 252 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.01 |
| HSL | 200.35º | 0.97% | 0.54% | - |
| HSV(B) | 200.35º | 0.9% | 0.99% | - |
| XYZ | 33.3 | 37.89 | 97.65 | - |
| YUV | 138.93 | 191.81 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 252 | 0.90 | 0.31 | 0 | 0.01 | 200.35 | 0.97 | 0.54 |
| Hex | 19 | AF | FC | 5A | 1F | 0 | 1 | C8 | 61 | 36 |
| Octal | 31 | 257 | 374 | 132 | 37 | 0 | 1 | 310 | 141 | 66 |
| Binary | 11001 | 10101111 | 11111100 | 1011010 | 11111 | 0 | 1 | 11001000 | 1100001 | 110110 |
Color Harmonies of #19AFFC
Complementary color
Monochromatic Colors of #19AFFC
Black with #19AFFC
Text Example
Text Example
White with #19AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AFFC; }
p { color: rgb(25,175,252); }
H1.HeaderClassName
{
color: #19AFFC;
}
.AnyTagClassName
{
color: #19AFFC;
}
</style>
background-color css
<style>
a { background-color: #19AFFC; }
a { background-color: rgb(25,175,252); }
div.DivClassName
{
background-color: #19AFFC;
}
.BgClassName
{
background-color: #19AFFC;
}
</style>
border-color css
<style>
span { border-color: #19AFFC; }
span { border-color: rgb(25,175,252); }
td.TdClassName
{
border-color: #19AFFC;
}
.TagClassName
{
border-color: #19AFFC;
}
</style>