Shades of Deep Sky Blue #19CEFA
Tints of Deep Sky Blue #19CEFA
RGB
CMYK
RGB Variations
Color information
#19CEFA (or 0x19CEFA) is known color: Deep Sky Blue. HEX triplet: 19, CE and FA. RGB value is (25,206,250). Sum of RGB (Red+Green+Blue) = 25+206+250=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #19CEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEFA is #E63105. Grayscale: #9C9C9C. Windows color (decimal): -15085830 or 16436761. OLE color: 16436761.
HSL color Cylindrical-coordinate representation of color #19CEFA: hue angle of 191.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CEFA is Cyan = 0.9, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 206 | 250 | - |
| CMYK | 0.9 | 0.18 | 0 | 0.02 |
| HSL | 191.73º | 0.96% | 0.54% | - |
| HSV(B) | 191.73º | 0.9% | 0.98% | - |
| XYZ | 39.73 | 51.25 | 98.24 | - |
| YUV | 156.9 | 180.53 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 250 | 0.9 | 0.18 | 0 | 0.02 | 191.73 | 0.96 | 0.54 |
| Hex | 19 | CE | FA | 5A | 12 | 0 | 2 | C0 | 60 | 36 |
| Octal | 31 | 316 | 372 | 132 | 22 | 0 | 2 | 300 | 140 | 66 |
| Binary | 11001 | 11001110 | 11111010 | 1011010 | 10010 | 0 | 10 | 11000000 | 1100000 | 110110 |
Color Harmonies of #19CEFA
Complementary color
Monochromatic Colors of #19CEFA
Black with #19CEFA
Text Example
Text Example
White with #19CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CEFA; }
p { color: rgb(25,206,250); }
H1.HeaderClassName
{
color: #19CEFA;
}
.AnyTagClassName
{
color: #19CEFA;
}
</style>
background-color css
<style>
a { background-color: #19CEFA; }
a { background-color: rgb(25,206,250); }
div.DivClassName
{
background-color: #19CEFA;
}
.BgClassName
{
background-color: #19CEFA;
}
</style>
border-color css
<style>
span { border-color: #19CEFA; }
span { border-color: rgb(25,206,250); }
td.TdClassName
{
border-color: #19CEFA;
}
.TagClassName
{
border-color: #19CEFA;
}
</style>