Shades of Deep Sky Blue #19CDFE
Tints of Deep Sky Blue #19CDFE
RGB
CMYK
RGB Variations
Color information
#19CDFE (or 0x19CDFE) is known color: Deep Sky Blue. HEX triplet: 19, CD and FE. RGB value is (25,205,254). Sum of RGB (Red+Green+Blue) = 25+205+254=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #19CDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDFE is #E63201. Grayscale: #9C9C9C. Windows color (decimal): -15086082 or 16698649. OLE color: 16698649.
HSL color Cylindrical-coordinate representation of color #19CDFE: hue angle of 192.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CDFE is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 205 | 254 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.00 |
| HSL | 192.84º | 0.99% | 0.55% | - |
| HSV(B) | 192.84º | 0.9% | 1% | - |
| XYZ | 40.12 | 51.03 | 101.5 | - |
| YUV | 156.77 | 182.87 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 254 | 0.90 | 0.19 | 0 | 0.00 | 192.84 | 0.99 | 0.55 |
| Hex | 19 | CD | FE | 5A | 13 | 0 | 0 | C1 | 63 | 37 |
| Octal | 31 | 315 | 376 | 132 | 23 | 0 | 0 | 301 | 143 | 67 |
| Binary | 11001 | 11001101 | 11111110 | 1011010 | 10011 | 0 | 0 | 11000001 | 1100011 | 110111 |
Color Harmonies of #19CDFE
Complementary color
Monochromatic Colors of #19CDFE
Black with #19CDFE
Text Example
Text Example
White with #19CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDFE; }
p { color: rgb(25,205,254); }
H1.HeaderClassName
{
color: #19CDFE;
}
.AnyTagClassName
{
color: #19CDFE;
}
</style>
background-color css
<style>
a { background-color: #19CDFE; }
a { background-color: rgb(25,205,254); }
div.DivClassName
{
background-color: #19CDFE;
}
.BgClassName
{
background-color: #19CDFE;
}
</style>
border-color css
<style>
span { border-color: #19CDFE; }
span { border-color: rgb(25,205,254); }
td.TdClassName
{
border-color: #19CDFE;
}
.TagClassName
{
border-color: #19CDFE;
}
</style>