Shades of Deep Sky Blue #19C7FA
Tints of Deep Sky Blue #19C7FA
RGB
CMYK
RGB Variations
Color information
#19C7FA (or 0x19C7FA) is known color: Deep Sky Blue. HEX triplet: 19, C7 and FA. RGB value is (25,199,250). Sum of RGB (Red+Green+Blue) = 25+199+250=474 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.27% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #19C7FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C7FA is #E63805. Grayscale: #989898. Windows color (decimal): -15087622 or 16434969. OLE color: 16434969.
HSL color Cylindrical-coordinate representation of color #19C7FA: hue angle of 193.6º degrees, saturation: 0.96, 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 #19C7FA is Cyan = 0.9, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 199 | 250 | - |
| CMYK | 0.9 | 0.20 | 0 | 0.02 |
| HSL | 193.6º | 0.96% | 0.54% | - |
| HSV(B) | 193.6º | 0.9% | 0.98% | - |
| XYZ | 38.08 | 47.96 | 97.69 | - |
| YUV | 152.79 | 182.85 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 199 | 250 | 0.9 | 0.20 | 0 | 0.02 | 193.6 | 0.96 | 0.54 |
| Hex | 19 | C7 | FA | 5A | 14 | 0 | 2 | C2 | 60 | 36 |
| Octal | 31 | 307 | 372 | 132 | 24 | 0 | 2 | 302 | 140 | 66 |
| Binary | 11001 | 11000111 | 11111010 | 1011010 | 10100 | 0 | 10 | 11000010 | 1100000 | 110110 |
Color Harmonies of #19C7FA
Complementary color
Monochromatic Colors of #19C7FA
Black with #19C7FA
Text Example
Text Example
White with #19C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C7FA; }
p { color: rgb(25,199,250); }
H1.HeaderClassName
{
color: #19C7FA;
}
.AnyTagClassName
{
color: #19C7FA;
}
</style>
background-color css
<style>
a { background-color: #19C7FA; }
a { background-color: rgb(25,199,250); }
div.DivClassName
{
background-color: #19C7FA;
}
.BgClassName
{
background-color: #19C7FA;
}
</style>
border-color css
<style>
span { border-color: #19C7FA; }
span { border-color: rgb(25,199,250); }
td.TdClassName
{
border-color: #19C7FA;
}
.TagClassName
{
border-color: #19C7FA;
}
</style>