Shades of Deep Sky Blue #19C9FA
Tints of Deep Sky Blue #19C9FA
RGB
CMYK
RGB Variations
Color information
#19C9FA (or 0x19C9FA) is known color: Deep Sky Blue. HEX triplet: 19, C9 and FA. RGB value is (25,201,250). Sum of RGB (Red+Green+Blue) = 25+201+250=476 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.25% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #19C9FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C9FA is #E63605. Grayscale: #999999. Windows color (decimal): -15087110 or 16435481. OLE color: 16435481.
HSL color Cylindrical-coordinate representation of color #19C9FA: hue angle of 193.07º 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 #19C9FA is Cyan = 0.9, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 201 | 250 | - |
| CMYK | 0.9 | 0.20 | 0 | 0.02 |
| HSL | 193.07º | 0.96% | 0.54% | - |
| HSV(B) | 193.07º | 0.9% | 0.98% | - |
| XYZ | 38.54 | 48.88 | 97.85 | - |
| YUV | 153.96 | 182.19 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 250 | 0.9 | 0.20 | 0 | 0.02 | 193.07 | 0.96 | 0.54 |
| Hex | 19 | C9 | FA | 5A | 14 | 0 | 2 | C1 | 60 | 36 |
| Octal | 31 | 311 | 372 | 132 | 24 | 0 | 2 | 301 | 140 | 66 |
| Binary | 11001 | 11001001 | 11111010 | 1011010 | 10100 | 0 | 10 | 11000001 | 1100000 | 110110 |
Color Harmonies of #19C9FA
Complementary color
Monochromatic Colors of #19C9FA
Black with #19C9FA
Text Example
Text Example
White with #19C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C9FA; }
p { color: rgb(25,201,250); }
H1.HeaderClassName
{
color: #19C9FA;
}
.AnyTagClassName
{
color: #19C9FA;
}
</style>
background-color css
<style>
a { background-color: #19C9FA; }
a { background-color: rgb(25,201,250); }
div.DivClassName
{
background-color: #19C9FA;
}
.BgClassName
{
background-color: #19C9FA;
}
</style>
border-color css
<style>
span { border-color: #19C9FA; }
span { border-color: rgb(25,201,250); }
td.TdClassName
{
border-color: #19C9FA;
}
.TagClassName
{
border-color: #19C9FA;
}
</style>