Shades of Deep Sky Blue #19CCFF
Tints of Deep Sky Blue #19CCFF
RGB
CMYK
RGB Variations
Color information
#19CCFF (or 0x19CCFF) is known color: Deep Sky Blue. HEX triplet: 19, CC and FF. RGB value is (25,204,255). Sum of RGB (Red+Green+Blue) = 25+204+255=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #19CCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CCFF is #E63300. Grayscale: #9B9B9B. Windows color (decimal): -15086337 or 16763929. OLE color: 16763929.
HSL color Cylindrical-coordinate representation of color #19CCFF: hue angle of 193.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CCFF is Cyan = 0.90, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 204 | 255 | - |
| CMYK | 0.90 | 0.2 | 0 | 0 |
| HSL | 193.3º | 1% | 0.55% | - |
| HSV(B) | 193.3º | 0.9% | 1% | - |
| XYZ | 40.04 | 50.61 | 102.27 | - |
| YUV | 156.29 | 183.7 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 255 | 0.90 | 0.2 | 0 | 0 | 193.3 | 1 | 0.55 |
| Hex | 19 | CC | FF | 5A | 14 | 0 | 0 | C1 | 64 | 37 |
| Octal | 31 | 314 | 377 | 132 | 24 | 0 | 0 | 301 | 144 | 67 |
| Binary | 11001 | 11001100 | 11111111 | 1011010 | 10100 | 0 | 0 | 11000001 | 1100100 | 110111 |
Color Harmonies of #19CCFF
Complementary color
Monochromatic Colors of #19CCFF
Black with #19CCFF
Text Example
Text Example
White with #19CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CCFF; }
p { color: rgb(25,204,255); }
H1.HeaderClassName
{
color: #19CCFF;
}
.AnyTagClassName
{
color: #19CCFF;
}
</style>
background-color css
<style>
a { background-color: #19CCFF; }
a { background-color: rgb(25,204,255); }
div.DivClassName
{
background-color: #19CCFF;
}
.BgClassName
{
background-color: #19CCFF;
}
</style>
border-color css
<style>
span { border-color: #19CCFF; }
span { border-color: rgb(25,204,255); }
td.TdClassName
{
border-color: #19CCFF;
}
.TagClassName
{
border-color: #19CCFF;
}
</style>