Shades of Deep Sky Blue #19BCEB
Tints of Deep Sky Blue #19BCEB
RGB
CMYK
RGB Variations
Color information
#19BCEB (or 0x19BCEB) is known color: Deep Sky Blue. HEX triplet: 19, BC and EB. RGB value is (25,188,235). Sum of RGB (Red+Green+Blue) = 25+188+235=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #19BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BCEB is #E64314. Grayscale: #909090. Windows color (decimal): -15090453 or 15449113. OLE color: 15449113.
HSL color Cylindrical-coordinate representation of color #19BCEB: hue angle of 193.43º 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 #19BCEB is Cyan = 0.89, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 188 | 235 | - |
| CMYK | 0.89 | 0.2 | 0 | 0.08 |
| HSL | 193.43º | 0.84% | 0.51% | - |
| HSV(B) | 193.43º | 0.89% | 0.92% | - |
| XYZ | 33.38 | 42.17 | 84.98 | - |
| YUV | 144.62 | 179 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 235 | 0.89 | 0.2 | 0 | 0.08 | 193.43 | 0.84 | 0.51 |
| Hex | 19 | BC | EB | 59 | 14 | 0 | 8 | C1 | 54 | 33 |
| Octal | 31 | 274 | 353 | 131 | 24 | 0 | 10 | 301 | 124 | 63 |
| Binary | 11001 | 10111100 | 11101011 | 1011001 | 10100 | 0 | 1000 | 11000001 | 1010100 | 110011 |
Color Harmonies of #19BCEB
Complementary color
Monochromatic Colors of #19BCEB
Black with #19BCEB
Text Example
Text Example
White with #19BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCEB; }
p { color: rgb(25,188,235); }
H1.HeaderClassName
{
color: #19BCEB;
}
.AnyTagClassName
{
color: #19BCEB;
}
</style>
background-color css
<style>
a { background-color: #19BCEB; }
a { background-color: rgb(25,188,235); }
div.DivClassName
{
background-color: #19BCEB;
}
.BgClassName
{
background-color: #19BCEB;
}
</style>
border-color css
<style>
span { border-color: #19BCEB; }
span { border-color: rgb(25,188,235); }
td.TdClassName
{
border-color: #19BCEB;
}
.TagClassName
{
border-color: #19BCEB;
}
</style>