Shades of Deep Sky Blue #19CEFF
Tints of Deep Sky Blue #19CEFF
RGB
CMYK
RGB Variations
Color information
#19CEFF (or 0x19CEFF) is known color: Deep Sky Blue. HEX triplet: 19, CE and FF. RGB value is (25,206,255). Sum of RGB (Red+Green+Blue) = 25+206+255=486 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.14% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #19CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEFF is #E63100. Grayscale: #9D9D9D. Windows color (decimal): -15085825 or 16764441. OLE color: 16764441.
HSL color Cylindrical-coordinate representation of color #19CEFF: hue angle of 192.78º 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 #19CEFF is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 206 | 255 | - |
| CMYK | 0.90 | 0.19 | 0 | 0 |
| HSL | 192.78º | 1% | 0.55% | - |
| HSV(B) | 192.78º | 0.9% | 1% | - |
| XYZ | 40.52 | 51.57 | 102.43 | - |
| YUV | 157.47 | 183.03 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 255 | 0.90 | 0.19 | 0 | 0 | 192.78 | 1 | 0.55 |
| Hex | 19 | CE | FF | 5A | 13 | 0 | 0 | C1 | 64 | 37 |
| Octal | 31 | 316 | 377 | 132 | 23 | 0 | 0 | 301 | 144 | 67 |
| Binary | 11001 | 11001110 | 11111111 | 1011010 | 10011 | 0 | 0 | 11000001 | 1100100 | 110111 |
Color Harmonies of #19CEFF
Complementary color
Monochromatic Colors of #19CEFF
Black with #19CEFF
Text Example
Text Example
White with #19CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CEFF; }
p { color: rgb(25,206,255); }
H1.HeaderClassName
{
color: #19CEFF;
}
.AnyTagClassName
{
color: #19CEFF;
}
</style>
background-color css
<style>
a { background-color: #19CEFF; }
a { background-color: rgb(25,206,255); }
div.DivClassName
{
background-color: #19CEFF;
}
.BgClassName
{
background-color: #19CEFF;
}
</style>
border-color css
<style>
span { border-color: #19CEFF; }
span { border-color: rgb(25,206,255); }
td.TdClassName
{
border-color: #19CEFF;
}
.TagClassName
{
border-color: #19CEFF;
}
</style>