Shades of Deep Sky Blue #19CDFF
Tints of Deep Sky Blue #19CDFF
RGB
CMYK
RGB Variations
Color information
#19CDFF (or 0x19CDFF) is known color: Deep Sky Blue. HEX triplet: 19, CD and FF. RGB value is (25,205,255). Sum of RGB (Red+Green+Blue) = 25+205+255=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #19CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDFF is #E63200. Grayscale: #9C9C9C. Windows color (decimal): -15086081 or 16764185. OLE color: 16764185.
HSL color Cylindrical-coordinate representation of color #19CDFF: hue angle of 193.04º 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 #19CDFF is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 205 | 255 | - |
| CMYK | 0.90 | 0.20 | 0 | 0 |
| HSL | 193.04º | 1% | 0.55% | - |
| HSV(B) | 193.04º | 0.9% | 1% | - |
| XYZ | 40.28 | 51.09 | 102.35 | - |
| YUV | 156.88 | 183.37 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 255 | 0.90 | 0.20 | 0 | 0 | 193.04 | 1 | 0.55 |
| Hex | 19 | CD | FF | 5A | 14 | 0 | 0 | C1 | 64 | 37 |
| Octal | 31 | 315 | 377 | 132 | 24 | 0 | 0 | 301 | 144 | 67 |
| Binary | 11001 | 11001101 | 11111111 | 1011010 | 10100 | 0 | 0 | 11000001 | 1100100 | 110111 |
Color Harmonies of #19CDFF
Complementary color
Monochromatic Colors of #19CDFF
Black with #19CDFF
Text Example
Text Example
White with #19CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDFF; }
p { color: rgb(25,205,255); }
H1.HeaderClassName
{
color: #19CDFF;
}
.AnyTagClassName
{
color: #19CDFF;
}
</style>
background-color css
<style>
a { background-color: #19CDFF; }
a { background-color: rgb(25,205,255); }
div.DivClassName
{
background-color: #19CDFF;
}
.BgClassName
{
background-color: #19CDFF;
}
</style>
border-color css
<style>
span { border-color: #19CDFF; }
span { border-color: rgb(25,205,255); }
td.TdClassName
{
border-color: #19CDFF;
}
.TagClassName
{
border-color: #19CDFF;
}
</style>