Shades of Deep Sky Blue #19DCFE
Tints of Deep Sky Blue #19DCFE
RGB
CMYK
RGB Variations
Color information
#19DCFE (or 0x19DCFE) is known color: Deep Sky Blue. HEX triplet: 19, DC and FE. RGB value is (25,220,254). Sum of RGB (Red+Green+Blue) = 25+220+254=499 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5.01% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #19DCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DCFE is #E62301. Grayscale: #A5A5A5. Windows color (decimal): -15082242 or 16702489. OLE color: 16702489.
HSL color Cylindrical-coordinate representation of color #19DCFE: hue angle of 188.91º 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 #19DCFE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 220 | 254 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.00 |
| HSL | 188.91º | 0.99% | 0.55% | - |
| HSV(B) | 188.91º | 0.9% | 1% | - |
| XYZ | 43.88 | 58.55 | 102.75 | - |
| YUV | 165.57 | 177.9 | 27.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 254 | 0.90 | 0.13 | 0 | 0.00 | 188.91 | 0.99 | 0.55 |
| Hex | 19 | DC | FE | 5A | D | 0 | 0 | BD | 63 | 37 |
| Octal | 31 | 334 | 376 | 132 | 15 | 0 | 0 | 275 | 143 | 67 |
| Binary | 11001 | 11011100 | 11111110 | 1011010 | 1101 | 0 | 0 | 10111101 | 1100011 | 110111 |
Color Harmonies of #19DCFE
Complementary color
Monochromatic Colors of #19DCFE
Black with #19DCFE
Text Example
Text Example
White with #19DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DCFE; }
p { color: rgb(25,220,254); }
H1.HeaderClassName
{
color: #19DCFE;
}
.AnyTagClassName
{
color: #19DCFE;
}
</style>
background-color css
<style>
a { background-color: #19DCFE; }
a { background-color: rgb(25,220,254); }
div.DivClassName
{
background-color: #19DCFE;
}
.BgClassName
{
background-color: #19DCFE;
}
</style>
border-color css
<style>
span { border-color: #19DCFE; }
span { border-color: rgb(25,220,254); }
td.TdClassName
{
border-color: #19DCFE;
}
.TagClassName
{
border-color: #19DCFE;
}
</style>