Shades of Deep Sky Blue #19CDFC
Tints of Deep Sky Blue #19CDFC
RGB
CMYK
RGB Variations
Color information
#19CDFC (or 0x19CDFC) is known color: Deep Sky Blue. HEX triplet: 19, CD and FC. RGB value is (25,205,252). Sum of RGB (Red+Green+Blue) = 25+205+252=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #19CDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDFC is #E63203. Grayscale: #9C9C9C. Windows color (decimal): -15086084 or 16567577. OLE color: 16567577.
HSL color Cylindrical-coordinate representation of color #19CDFC: hue angle of 192.42º 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 #19CDFC is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 205 | 252 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.01 |
| HSL | 192.42º | 0.97% | 0.54% | - |
| HSV(B) | 192.42º | 0.9% | 0.99% | - |
| XYZ | 39.8 | 50.9 | 99.82 | - |
| YUV | 156.54 | 181.87 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 252 | 0.90 | 0.19 | 0 | 0.01 | 192.42 | 0.97 | 0.54 |
| Hex | 19 | CD | FC | 5A | 13 | 0 | 1 | C0 | 61 | 36 |
| Octal | 31 | 315 | 374 | 132 | 23 | 0 | 1 | 300 | 141 | 66 |
| Binary | 11001 | 11001101 | 11111100 | 1011010 | 10011 | 0 | 1 | 11000000 | 1100001 | 110110 |
Color Harmonies of #19CDFC
Complementary color
Monochromatic Colors of #19CDFC
Black with #19CDFC
Text Example
Text Example
White with #19CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDFC; }
p { color: rgb(25,205,252); }
H1.HeaderClassName
{
color: #19CDFC;
}
.AnyTagClassName
{
color: #19CDFC;
}
</style>
background-color css
<style>
a { background-color: #19CDFC; }
a { background-color: rgb(25,205,252); }
div.DivClassName
{
background-color: #19CDFC;
}
.BgClassName
{
background-color: #19CDFC;
}
</style>
border-color css
<style>
span { border-color: #19CDFC; }
span { border-color: rgb(25,205,252); }
td.TdClassName
{
border-color: #19CDFC;
}
.TagClassName
{
border-color: #19CDFC;
}
</style>