Shades of Deep Sky Blue #19C5FF
Tints of Deep Sky Blue #19C5FF
RGB
CMYK
RGB Variations
Color information
#19C5FF (or 0x19C5FF) is known color: Deep Sky Blue. HEX triplet: 19, C5 and FF. RGB value is (25,197,255). Sum of RGB (Red+Green+Blue) = 25+197+255=477 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.24% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #19C5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C5FF is #E63A00. Grayscale: #979797. Windows color (decimal): -15088129 or 16762137. OLE color: 16762137.
HSL color Cylindrical-coordinate representation of color #19C5FF: hue angle of 195.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19C5FF is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 197 | 255 | - |
| CMYK | 0.90 | 0.23 | 0 | 0 |
| HSL | 195.13º | 1% | 0.55% | - |
| HSV(B) | 195.13º | 0.9% | 1% | - |
| XYZ | 38.42 | 47.36 | 101.72 | - |
| YUV | 152.18 | 186.02 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 197 | 255 | 0.90 | 0.23 | 0 | 0 | 195.13 | 1 | 0.55 |
| Hex | 19 | C5 | FF | 5A | 17 | 0 | 0 | C3 | 64 | 37 |
| Octal | 31 | 305 | 377 | 132 | 27 | 0 | 0 | 303 | 144 | 67 |
| Binary | 11001 | 11000101 | 11111111 | 1011010 | 10111 | 0 | 0 | 11000011 | 1100100 | 110111 |
Color Harmonies of #19C5FF
Complementary color
Monochromatic Colors of #19C5FF
Black with #19C5FF
Text Example
Text Example
White with #19C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C5FF; }
p { color: rgb(25,197,255); }
H1.HeaderClassName
{
color: #19C5FF;
}
.AnyTagClassName
{
color: #19C5FF;
}
</style>
background-color css
<style>
a { background-color: #19C5FF; }
a { background-color: rgb(25,197,255); }
div.DivClassName
{
background-color: #19C5FF;
}
.BgClassName
{
background-color: #19C5FF;
}
</style>
border-color css
<style>
span { border-color: #19C5FF; }
span { border-color: rgb(25,197,255); }
td.TdClassName
{
border-color: #19C5FF;
}
.TagClassName
{
border-color: #19C5FF;
}
</style>