Shades of Deep Sky Blue #19CEED
Tints of Deep Sky Blue #19CEED
RGB
CMYK
RGB Variations
Color information
#19CEED (or 0x19CEED) is known color: Deep Sky Blue. HEX triplet: 19, CE and ED. RGB value is (25,206,237). Sum of RGB (Red+Green+Blue) = 25+206+237=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #19CEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEED is #E63112. Grayscale: #9B9B9B. Windows color (decimal): -15085843 or 15584793. OLE color: 15584793.
HSL color Cylindrical-coordinate representation of color #19CEED: hue angle of 188.77º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CEED is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 206 | 237 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.07 |
| HSL | 188.77º | 0.85% | 0.51% | - |
| HSV(B) | 188.77º | 0.89% | 0.93% | - |
| XYZ | 37.76 | 50.46 | 87.87 | - |
| YUV | 155.42 | 174.03 | 34.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 237 | 0.89 | 0.13 | 0 | 0.07 | 188.77 | 0.85 | 0.51 |
| Hex | 19 | CE | ED | 59 | D | 0 | 7 | BD | 55 | 33 |
| Octal | 31 | 316 | 355 | 131 | 15 | 0 | 7 | 275 | 125 | 63 |
| Binary | 11001 | 11001110 | 11101101 | 1011001 | 1101 | 0 | 111 | 10111101 | 1010101 | 110011 |
Color Harmonies of #19CEED
Complementary color
Monochromatic Colors of #19CEED
Black with #19CEED
Text Example
Text Example
White with #19CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CEED; }
p { color: rgb(25,206,237); }
H1.HeaderClassName
{
color: #19CEED;
}
.AnyTagClassName
{
color: #19CEED;
}
</style>
background-color css
<style>
a { background-color: #19CEED; }
a { background-color: rgb(25,206,237); }
div.DivClassName
{
background-color: #19CEED;
}
.BgClassName
{
background-color: #19CEED;
}
</style>
border-color css
<style>
span { border-color: #19CEED; }
span { border-color: rgb(25,206,237); }
td.TdClassName
{
border-color: #19CEED;
}
.TagClassName
{
border-color: #19CEED;
}
</style>