Shades of Deep Sky Blue #19C7FC
Tints of Deep Sky Blue #19C7FC
RGB
CMYK
RGB Variations
Color information
#19C7FC (or 0x19C7FC) is known color: Deep Sky Blue. HEX triplet: 19, C7 and FC. RGB value is (25,199,252). Sum of RGB (Red+Green+Blue) = 25+199+252=476 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.25% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #19C7FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C7FC is #E63803. Grayscale: #989898. Windows color (decimal): -15087620 or 16566041. OLE color: 16566041.
HSL color Cylindrical-coordinate representation of color #19C7FC: hue angle of 194.01º 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 #19C7FC is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 199 | 252 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.01 |
| HSL | 194.01º | 0.97% | 0.54% | - |
| HSV(B) | 194.01º | 0.9% | 0.99% | - |
| XYZ | 38.4 | 48.08 | 99.35 | - |
| YUV | 153.02 | 183.85 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 199 | 252 | 0.90 | 0.21 | 0 | 0.01 | 194.01 | 0.97 | 0.54 |
| Hex | 19 | C7 | FC | 5A | 15 | 0 | 1 | C2 | 61 | 36 |
| Octal | 31 | 307 | 374 | 132 | 25 | 0 | 1 | 302 | 141 | 66 |
| Binary | 11001 | 11000111 | 11111100 | 1011010 | 10101 | 0 | 1 | 11000010 | 1100001 | 110110 |
Color Harmonies of #19C7FC
Complementary color
Monochromatic Colors of #19C7FC
Black with #19C7FC
Text Example
Text Example
White with #19C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C7FC; }
p { color: rgb(25,199,252); }
H1.HeaderClassName
{
color: #19C7FC;
}
.AnyTagClassName
{
color: #19C7FC;
}
</style>
background-color css
<style>
a { background-color: #19C7FC; }
a { background-color: rgb(25,199,252); }
div.DivClassName
{
background-color: #19C7FC;
}
.BgClassName
{
background-color: #19C7FC;
}
</style>
border-color css
<style>
span { border-color: #19C7FC; }
span { border-color: rgb(25,199,252); }
td.TdClassName
{
border-color: #19C7FC;
}
.TagClassName
{
border-color: #19C7FC;
}
</style>