Shades of Deep Sky Blue #19C3F1
Tints of Deep Sky Blue #19C3F1
RGB
CMYK
RGB Variations
Color information
#19C3F1 (or 0x19C3F1) is known color: Deep Sky Blue. HEX triplet: 19, C3 and F1. RGB value is (25,195,241). Sum of RGB (Red+Green+Blue) = 25+195+241=461 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.42% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #19C3F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C3F1 is #E63C0E. Grayscale: #959595. Windows color (decimal): -15088655 or 15844121. OLE color: 15844121.
HSL color Cylindrical-coordinate representation of color #19C3F1: hue angle of 192.78º 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 #19C3F1 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 195 | 241 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.05 |
| HSL | 192.78º | 0.89% | 0.52% | - |
| HSV(B) | 192.78º | 0.9% | 0.95% | - |
| XYZ | 35.79 | 45.59 | 90.13 | - |
| YUV | 149.41 | 179.68 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 195 | 241 | 0.90 | 0.19 | 0 | 0.05 | 192.78 | 0.89 | 0.52 |
| Hex | 19 | C3 | F1 | 5A | 13 | 0 | 5 | C1 | 59 | 34 |
| Octal | 31 | 303 | 361 | 132 | 23 | 0 | 5 | 301 | 131 | 64 |
| Binary | 11001 | 11000011 | 11110001 | 1011010 | 10011 | 0 | 101 | 11000001 | 1011001 | 110100 |
Color Harmonies of #19C3F1
Complementary color
Monochromatic Colors of #19C3F1
Black with #19C3F1
Text Example
Text Example
White with #19C3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C3F1; }
p { color: rgb(25,195,241); }
H1.HeaderClassName
{
color: #19C3F1;
}
.AnyTagClassName
{
color: #19C3F1;
}
</style>
background-color css
<style>
a { background-color: #19C3F1; }
a { background-color: rgb(25,195,241); }
div.DivClassName
{
background-color: #19C3F1;
}
.BgClassName
{
background-color: #19C3F1;
}
</style>
border-color css
<style>
span { border-color: #19C3F1; }
span { border-color: rgb(25,195,241); }
td.TdClassName
{
border-color: #19C3F1;
}
.TagClassName
{
border-color: #19C3F1;
}
</style>