Shades of Deep Sky Blue #19C2F9
Tints of Deep Sky Blue #19C2F9
RGB
CMYK
RGB Variations
Color information
#19C2F9 (or 0x19C2F9) is known color: Deep Sky Blue. HEX triplet: 19, C2 and F9. RGB value is (25,194,249). Sum of RGB (Red+Green+Blue) = 25+194+249=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #19C2F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C2F9 is #E63D06. Grayscale: #959595. Windows color (decimal): -15088903 or 16368153. OLE color: 16368153.
HSL color Cylindrical-coordinate representation of color #19C2F9: hue angle of 194.73º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19C2F9 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 194 | 249 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.02 |
| HSL | 194.73º | 0.95% | 0.54% | - |
| HSV(B) | 194.73º | 0.9% | 0.98% | - |
| XYZ | 36.79 | 45.63 | 96.49 | - |
| YUV | 149.74 | 184.01 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 194 | 249 | 0.90 | 0.22 | 0 | 0.02 | 194.73 | 0.95 | 0.54 |
| Hex | 19 | C2 | F9 | 5A | 16 | 0 | 2 | C3 | 5F | 36 |
| Octal | 31 | 302 | 371 | 132 | 26 | 0 | 2 | 303 | 137 | 66 |
| Binary | 11001 | 11000010 | 11111001 | 1011010 | 10110 | 0 | 10 | 11000011 | 1011111 | 110110 |
Color Harmonies of #19C2F9
Complementary color
Monochromatic Colors of #19C2F9
Black with #19C2F9
Text Example
Text Example
White with #19C2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C2F9; }
p { color: rgb(25,194,249); }
H1.HeaderClassName
{
color: #19C2F9;
}
.AnyTagClassName
{
color: #19C2F9;
}
</style>
background-color css
<style>
a { background-color: #19C2F9; }
a { background-color: rgb(25,194,249); }
div.DivClassName
{
background-color: #19C2F9;
}
.BgClassName
{
background-color: #19C2F9;
}
</style>
border-color css
<style>
span { border-color: #19C2F9; }
span { border-color: rgb(25,194,249); }
td.TdClassName
{
border-color: #19C2F9;
}
.TagClassName
{
border-color: #19C2F9;
}
</style>