Shades of Deep Sky Blue #19D2F1
Tints of Deep Sky Blue #19D2F1
RGB
CMYK
RGB Variations
Color information
#19D2F1 (or 0x19D2F1) is known color: Deep Sky Blue. HEX triplet: 19, D2 and F1. RGB value is (25,210,241). Sum of RGB (Red+Green+Blue) = 25+210+241=476 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.25% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #19D2F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D2F1 is #E62D0E. Grayscale: #9D9D9D. Windows color (decimal): -15084815 or 15847961. OLE color: 15847961.
HSL color Cylindrical-coordinate representation of color #19D2F1: hue angle of 188.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19D2F1 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 210 | 241 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.05 |
| HSL | 188.61º | 0.89% | 0.52% | - |
| HSV(B) | 188.61º | 0.9% | 0.95% | - |
| XYZ | 39.32 | 52.65 | 91.31 | - |
| YUV | 158.22 | 174.71 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 210 | 241 | 0.90 | 0.13 | 0 | 0.05 | 188.61 | 0.89 | 0.52 |
| Hex | 19 | D2 | F1 | 5A | D | 0 | 5 | BD | 59 | 34 |
| Octal | 31 | 322 | 361 | 132 | 15 | 0 | 5 | 275 | 131 | 64 |
| Binary | 11001 | 11010010 | 11110001 | 1011010 | 1101 | 0 | 101 | 10111101 | 1011001 | 110100 |
Color Harmonies of #19D2F1
Complementary color
Monochromatic Colors of #19D2F1
Black with #19D2F1
Text Example
Text Example
White with #19D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D2F1; }
p { color: rgb(25,210,241); }
H1.HeaderClassName
{
color: #19D2F1;
}
.AnyTagClassName
{
color: #19D2F1;
}
</style>
background-color css
<style>
a { background-color: #19D2F1; }
a { background-color: rgb(25,210,241); }
div.DivClassName
{
background-color: #19D2F1;
}
.BgClassName
{
background-color: #19D2F1;
}
</style>
border-color css
<style>
span { border-color: #19D2F1; }
span { border-color: rgb(25,210,241); }
td.TdClassName
{
border-color: #19D2F1;
}
.TagClassName
{
border-color: #19D2F1;
}
</style>