Shades of Deep Sky Blue #19C9FC
Tints of Deep Sky Blue #19C9FC
RGB
CMYK
RGB Variations
Color information
#19C9FC (or 0x19C9FC) is known color: Deep Sky Blue. HEX triplet: 19, C9 and FC. RGB value is (25,201,252). Sum of RGB (Red+Green+Blue) = 25+201+252=478 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.23% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #19C9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C9FC is #E63603. Grayscale: #999999. Windows color (decimal): -15087108 or 16566553. OLE color: 16566553.
HSL color Cylindrical-coordinate representation of color #19C9FC: hue angle of 193.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19C9FC is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 201 | 252 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.01 |
| HSL | 193.48º | 0.97% | 0.54% | - |
| HSV(B) | 193.48º | 0.9% | 0.99% | - |
| XYZ | 38.86 | 49.01 | 99.51 | - |
| YUV | 154.19 | 183.19 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 252 | 0.90 | 0.20 | 0 | 0.01 | 193.48 | 0.97 | 0.54 |
| Hex | 19 | C9 | FC | 5A | 14 | 0 | 1 | C1 | 61 | 36 |
| Octal | 31 | 311 | 374 | 132 | 24 | 0 | 1 | 301 | 141 | 66 |
| Binary | 11001 | 11001001 | 11111100 | 1011010 | 10100 | 0 | 1 | 11000001 | 1100001 | 110110 |
Color Harmonies of #19C9FC
Complementary color
Monochromatic Colors of #19C9FC
Black with #19C9FC
Text Example
Text Example
White with #19C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C9FC; }
p { color: rgb(25,201,252); }
H1.HeaderClassName
{
color: #19C9FC;
}
.AnyTagClassName
{
color: #19C9FC;
}
</style>
background-color css
<style>
a { background-color: #19C9FC; }
a { background-color: rgb(25,201,252); }
div.DivClassName
{
background-color: #19C9FC;
}
.BgClassName
{
background-color: #19C9FC;
}
</style>
border-color css
<style>
span { border-color: #19C9FC; }
span { border-color: rgb(25,201,252); }
td.TdClassName
{
border-color: #19C9FC;
}
.TagClassName
{
border-color: #19C9FC;
}
</style>