Shades of Summer Sky #19BCE6
Tints of Summer Sky #19BCE6
RGB
CMYK
RGB Variations
Color information
#19BCE6 (or 0x19BCE6) is known color: Summer Sky. HEX triplet: 19, BC and E6. RGB value is (25,188,230). Sum of RGB (Red+Green+Blue) = 25+188+230=443 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.64% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #19BCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BCE6 is #E64319. Grayscale: #8F8F8F. Windows color (decimal): -15090458 or 15121433. OLE color: 15121433.
HSL color Cylindrical-coordinate representation of color #19BCE6: hue angle of 192.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BCE6 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 188 | 230 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.10 |
| HSL | 192.29º | 0.8% | 0.5% | - |
| HSV(B) | 192.29º | 0.89% | 0.9% | - |
| XYZ | 32.67 | 41.89 | 81.23 | - |
| YUV | 144.05 | 176.5 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 230 | 0.89 | 0.18 | 0 | 0.10 | 192.29 | 0.8 | 0.5 |
| Hex | 19 | BC | E6 | 59 | 12 | 0 | A | C0 | 50 | 32 |
| Octal | 31 | 274 | 346 | 131 | 22 | 0 | 12 | 300 | 120 | 62 |
| Binary | 11001 | 10111100 | 11100110 | 1011001 | 10010 | 0 | 1010 | 11000000 | 1010000 | 110010 |
Color Harmonies of #19BCE6
Complementary color
Monochromatic Colors of #19BCE6
Black with #19BCE6
Text Example
Text Example
White with #19BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCE6; }
p { color: rgb(25,188,230); }
H1.HeaderClassName
{
color: #19BCE6;
}
.AnyTagClassName
{
color: #19BCE6;
}
</style>
background-color css
<style>
a { background-color: #19BCE6; }
a { background-color: rgb(25,188,230); }
div.DivClassName
{
background-color: #19BCE6;
}
.BgClassName
{
background-color: #19BCE6;
}
</style>
border-color css
<style>
span { border-color: #19BCE6; }
span { border-color: rgb(25,188,230); }
td.TdClassName
{
border-color: #19BCE6;
}
.TagClassName
{
border-color: #19BCE6;
}
</style>