Shades of Deep Sky Blue #19D5FC
Tints of Deep Sky Blue #19D5FC
RGB
CMYK
RGB Variations
Color information
#19D5FC (or 0x19D5FC) is known color: Deep Sky Blue. HEX triplet: 19, D5 and FC. RGB value is (25,213,252). Sum of RGB (Red+Green+Blue) = 25+213+252=490 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.10% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #19D5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D5FC is #E62A03. Grayscale: #A0A0A0. Windows color (decimal): -15084036 or 16569625. OLE color: 16569625.
HSL color Cylindrical-coordinate representation of color #19D5FC: hue angle of 190.31º 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 #19D5FC is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 213 | 252 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.01 |
| HSL | 190.31º | 0.97% | 0.54% | - |
| HSV(B) | 190.31º | 0.9% | 0.99% | - |
| XYZ | 41.77 | 54.82 | 100.48 | - |
| YUV | 161.23 | 179.22 | 30.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 213 | 252 | 0.90 | 0.15 | 0 | 0.01 | 190.31 | 0.97 | 0.54 |
| Hex | 19 | D5 | FC | 5A | F | 0 | 1 | BE | 61 | 36 |
| Octal | 31 | 325 | 374 | 132 | 17 | 0 | 1 | 276 | 141 | 66 |
| Binary | 11001 | 11010101 | 11111100 | 1011010 | 1111 | 0 | 1 | 10111110 | 1100001 | 110110 |
Color Harmonies of #19D5FC
Complementary color
Monochromatic Colors of #19D5FC
Black with #19D5FC
Text Example
Text Example
White with #19D5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D5FC; }
p { color: rgb(25,213,252); }
H1.HeaderClassName
{
color: #19D5FC;
}
.AnyTagClassName
{
color: #19D5FC;
}
</style>
background-color css
<style>
a { background-color: #19D5FC; }
a { background-color: rgb(25,213,252); }
div.DivClassName
{
background-color: #19D5FC;
}
.BgClassName
{
background-color: #19D5FC;
}
</style>
border-color css
<style>
span { border-color: #19D5FC; }
span { border-color: rgb(25,213,252); }
td.TdClassName
{
border-color: #19D5FC;
}
.TagClassName
{
border-color: #19D5FC;
}
</style>