Shades of Deep Sky Blue #19DDFE
Tints of Deep Sky Blue #19DDFE
RGB
CMYK
RGB Variations
Color information
#19DDFE (or 0x19DDFE) is known color: Deep Sky Blue. HEX triplet: 19, DD and FE. RGB value is (25,221,254). Sum of RGB (Red+Green+Blue) = 25+221+254=500 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #19DDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDFE is #E62201. Grayscale: #A5A5A5. Windows color (decimal): -15081986 or 16702745. OLE color: 16702745.
HSL color Cylindrical-coordinate representation of color #19DDFE: hue angle of 188.65º 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 #19DDFE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 221 | 254 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.00 |
| HSL | 188.65º | 0.99% | 0.55% | - |
| HSV(B) | 188.65º | 0.9% | 1% | - |
| XYZ | 44.15 | 59.08 | 102.84 | - |
| YUV | 166.16 | 177.57 | 27.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 254 | 0.90 | 0.13 | 0 | 0.00 | 188.65 | 0.99 | 0.55 |
| Hex | 19 | DD | FE | 5A | D | 0 | 0 | BD | 63 | 37 |
| Octal | 31 | 335 | 376 | 132 | 15 | 0 | 0 | 275 | 143 | 67 |
| Binary | 11001 | 11011101 | 11111110 | 1011010 | 1101 | 0 | 0 | 10111101 | 1100011 | 110111 |
Color Harmonies of #19DDFE
Complementary color
Monochromatic Colors of #19DDFE
Black with #19DDFE
Text Example
Text Example
White with #19DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDFE; }
p { color: rgb(25,221,254); }
H1.HeaderClassName
{
color: #19DDFE;
}
.AnyTagClassName
{
color: #19DDFE;
}
</style>
background-color css
<style>
a { background-color: #19DDFE; }
a { background-color: rgb(25,221,254); }
div.DivClassName
{
background-color: #19DDFE;
}
.BgClassName
{
background-color: #19DDFE;
}
</style>
border-color css
<style>
span { border-color: #19DDFE; }
span { border-color: rgb(25,221,254); }
td.TdClassName
{
border-color: #19DDFE;
}
.TagClassName
{
border-color: #19DDFE;
}
</style>