Shades of Deep Sky Blue #19BCE9
Tints of Deep Sky Blue #19BCE9
RGB
CMYK
RGB Variations
Color information
#19BCE9 (or 0x19BCE9) is known color: Deep Sky Blue. HEX triplet: 19, BC and E9. RGB value is (25,188,233). Sum of RGB (Red+Green+Blue) = 25+188+233=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #19BCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BCE9 is #E64316. Grayscale: #909090. Windows color (decimal): -15090455 or 15318041. OLE color: 15318041.
HSL color Cylindrical-coordinate representation of color #19BCE9: hue angle of 192.98º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BCE9 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 188 | 233 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.09 |
| HSL | 192.98º | 0.83% | 0.51% | - |
| HSV(B) | 192.98º | 0.89% | 0.91% | - |
| XYZ | 33.09 | 42.06 | 83.46 | - |
| YUV | 144.39 | 178 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 233 | 0.89 | 0.19 | 0 | 0.09 | 192.98 | 0.83 | 0.51 |
| Hex | 19 | BC | E9 | 59 | 13 | 0 | 9 | C1 | 53 | 33 |
| Octal | 31 | 274 | 351 | 131 | 23 | 0 | 11 | 301 | 123 | 63 |
| Binary | 11001 | 10111100 | 11101001 | 1011001 | 10011 | 0 | 1001 | 11000001 | 1010011 | 110011 |
Color Harmonies of #19BCE9
Complementary color
Monochromatic Colors of #19BCE9
Black with #19BCE9
Text Example
Text Example
White with #19BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCE9; }
p { color: rgb(25,188,233); }
H1.HeaderClassName
{
color: #19BCE9;
}
.AnyTagClassName
{
color: #19BCE9;
}
</style>
background-color css
<style>
a { background-color: #19BCE9; }
a { background-color: rgb(25,188,233); }
div.DivClassName
{
background-color: #19BCE9;
}
.BgClassName
{
background-color: #19BCE9;
}
</style>
border-color css
<style>
span { border-color: #19BCE9; }
span { border-color: rgb(25,188,233); }
td.TdClassName
{
border-color: #19BCE9;
}
.TagClassName
{
border-color: #19BCE9;
}
</style>