Shades of Deep Sky Blue #19CDF8
Tints of Deep Sky Blue #19CDF8
RGB
CMYK
RGB Variations
Color information
#19CDF8 (or 0x19CDF8) is known color: Deep Sky Blue. HEX triplet: 19, CD and F8. RGB value is (25,205,248). Sum of RGB (Red+Green+Blue) = 25+205+248=478 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.23% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #19CDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDF8 is #E63207. Grayscale: #9B9B9B. Windows color (decimal): -15086088 or 16305433. OLE color: 16305433.
HSL color Cylindrical-coordinate representation of color #19CDF8: hue angle of 191.57º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CDF8 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 205 | 248 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.03 |
| HSL | 191.57º | 0.94% | 0.54% | - |
| HSV(B) | 191.57º | 0.9% | 0.97% | - |
| XYZ | 39.18 | 50.65 | 96.52 | - |
| YUV | 156.08 | 179.87 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 248 | 0.90 | 0.17 | 0 | 0.03 | 191.57 | 0.94 | 0.54 |
| Hex | 19 | CD | F8 | 5A | 11 | 0 | 3 | C0 | 5E | 36 |
| Octal | 31 | 315 | 370 | 132 | 21 | 0 | 3 | 300 | 136 | 66 |
| Binary | 11001 | 11001101 | 11111000 | 1011010 | 10001 | 0 | 11 | 11000000 | 1011110 | 110110 |
Color Harmonies of #19CDF8
Complementary color
Monochromatic Colors of #19CDF8
Black with #19CDF8
Text Example
Text Example
White with #19CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDF8; }
p { color: rgb(25,205,248); }
H1.HeaderClassName
{
color: #19CDF8;
}
.AnyTagClassName
{
color: #19CDF8;
}
</style>
background-color css
<style>
a { background-color: #19CDF8; }
a { background-color: rgb(25,205,248); }
div.DivClassName
{
background-color: #19CDF8;
}
.BgClassName
{
background-color: #19CDF8;
}
</style>
border-color css
<style>
span { border-color: #19CDF8; }
span { border-color: rgb(25,205,248); }
td.TdClassName
{
border-color: #19CDF8;
}
.TagClassName
{
border-color: #19CDF8;
}
</style>