Shades of Deep Sky Blue #19CCFE
Tints of Deep Sky Blue #19CCFE
RGB
CMYK
RGB Variations
Color information
#19CCFE (or 0x19CCFE) is known color: Deep Sky Blue. HEX triplet: 19, CC and FE. RGB value is (25,204,254). Sum of RGB (Red+Green+Blue) = 25+204+254=483 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.18% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #19CCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CCFE is #E63301. Grayscale: #9B9B9B. Windows color (decimal): -15086338 or 16698393. OLE color: 16698393.
HSL color Cylindrical-coordinate representation of color #19CCFE: hue angle of 193.1º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CCFE is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 204 | 254 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.00 |
| HSL | 193.1º | 0.99% | 0.55% | - |
| HSV(B) | 193.1º | 0.9% | 1% | - |
| XYZ | 39.88 | 50.55 | 101.42 | - |
| YUV | 156.18 | 183.2 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 254 | 0.90 | 0.20 | 0 | 0.00 | 193.1 | 0.99 | 0.55 |
| Hex | 19 | CC | FE | 5A | 14 | 0 | 0 | C1 | 63 | 37 |
| Octal | 31 | 314 | 376 | 132 | 24 | 0 | 0 | 301 | 143 | 67 |
| Binary | 11001 | 11001100 | 11111110 | 1011010 | 10100 | 0 | 0 | 11000001 | 1100011 | 110111 |
Color Harmonies of #19CCFE
Complementary color
Monochromatic Colors of #19CCFE
Black with #19CCFE
Text Example
Text Example
White with #19CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CCFE; }
p { color: rgb(25,204,254); }
H1.HeaderClassName
{
color: #19CCFE;
}
.AnyTagClassName
{
color: #19CCFE;
}
</style>
background-color css
<style>
a { background-color: #19CCFE; }
a { background-color: rgb(25,204,254); }
div.DivClassName
{
background-color: #19CCFE;
}
.BgClassName
{
background-color: #19CCFE;
}
</style>
border-color css
<style>
span { border-color: #19CCFE; }
span { border-color: rgb(25,204,254); }
td.TdClassName
{
border-color: #19CCFE;
}
.TagClassName
{
border-color: #19CCFE;
}
</style>