Shades of Deep Sky Blue #19D2FE
Tints of Deep Sky Blue #19D2FE
RGB
CMYK
RGB Variations
Color information
#19D2FE (or 0x19D2FE) is known color: Deep Sky Blue. HEX triplet: 19, D2 and FE. RGB value is (25,210,254). Sum of RGB (Red+Green+Blue) = 25+210+254=489 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.11% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #19D2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D2FE is #E62D01. Grayscale: #9F9F9F. Windows color (decimal): -15084802 or 16699929. OLE color: 16699929.
HSL color Cylindrical-coordinate representation of color #19D2FE: hue angle of 191.53º 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 #19D2FE is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 210 | 254 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.00 |
| HSL | 191.53º | 0.99% | 0.55% | - |
| HSV(B) | 191.53º | 0.9% | 1% | - |
| XYZ | 41.34 | 53.46 | 101.91 | - |
| YUV | 159.7 | 181.21 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 210 | 254 | 0.90 | 0.17 | 0 | 0.00 | 191.53 | 0.99 | 0.55 |
| Hex | 19 | D2 | FE | 5A | 11 | 0 | 0 | C0 | 63 | 37 |
| Octal | 31 | 322 | 376 | 132 | 21 | 0 | 0 | 300 | 143 | 67 |
| Binary | 11001 | 11010010 | 11111110 | 1011010 | 10001 | 0 | 0 | 11000000 | 1100011 | 110111 |
Color Harmonies of #19D2FE
Complementary color
Monochromatic Colors of #19D2FE
Black with #19D2FE
Text Example
Text Example
White with #19D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D2FE; }
p { color: rgb(25,210,254); }
H1.HeaderClassName
{
color: #19D2FE;
}
.AnyTagClassName
{
color: #19D2FE;
}
</style>
background-color css
<style>
a { background-color: #19D2FE; }
a { background-color: rgb(25,210,254); }
div.DivClassName
{
background-color: #19D2FE;
}
.BgClassName
{
background-color: #19D2FE;
}
</style>
border-color css
<style>
span { border-color: #19D2FE; }
span { border-color: rgb(25,210,254); }
td.TdClassName
{
border-color: #19D2FE;
}
.TagClassName
{
border-color: #19D2FE;
}
</style>