Shades of Deep Sky Blue #19CEEB
Tints of Deep Sky Blue #19CEEB
RGB
CMYK
RGB Variations
Color information
#19CEEB (or 0x19CEEB) is known color: Deep Sky Blue. HEX triplet: 19, CE and EB. RGB value is (25,206,235). Sum of RGB (Red+Green+Blue) = 25+206+235=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #19CEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEEB is #E63114. Grayscale: #9A9A9A. Windows color (decimal): -15085845 or 15453721. OLE color: 15453721.
HSL color Cylindrical-coordinate representation of color #19CEEB: hue angle of 188.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CEEB is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 206 | 235 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.08 |
| HSL | 188.29º | 0.84% | 0.51% | - |
| HSV(B) | 188.29º | 0.89% | 0.92% | - |
| XYZ | 37.47 | 50.35 | 86.34 | - |
| YUV | 155.19 | 173.03 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 235 | 0.89 | 0.12 | 0 | 0.08 | 188.29 | 0.84 | 0.51 |
| Hex | 19 | CE | EB | 59 | C | 0 | 8 | BC | 54 | 33 |
| Octal | 31 | 316 | 353 | 131 | 14 | 0 | 10 | 274 | 124 | 63 |
| Binary | 11001 | 11001110 | 11101011 | 1011001 | 1100 | 0 | 1000 | 10111100 | 1010100 | 110011 |
Color Harmonies of #19CEEB
Complementary color
Monochromatic Colors of #19CEEB
Black with #19CEEB
Text Example
Text Example
White with #19CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CEEB; }
p { color: rgb(25,206,235); }
H1.HeaderClassName
{
color: #19CEEB;
}
.AnyTagClassName
{
color: #19CEEB;
}
</style>
background-color css
<style>
a { background-color: #19CEEB; }
a { background-color: rgb(25,206,235); }
div.DivClassName
{
background-color: #19CEEB;
}
.BgClassName
{
background-color: #19CEEB;
}
</style>
border-color css
<style>
span { border-color: #19CEEB; }
span { border-color: rgb(25,206,235); }
td.TdClassName
{
border-color: #19CEEB;
}
.TagClassName
{
border-color: #19CEEB;
}
</style>