Shades of Deep Sky Blue #19BEED
Tints of Deep Sky Blue #19BEED
RGB
CMYK
RGB Variations
Color information
#19BEED (or 0x19BEED) is known color: Deep Sky Blue. HEX triplet: 19, BE and ED. RGB value is (25,190,237). Sum of RGB (Red+Green+Blue) = 25+190+237=452 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.53% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #19BEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BEED is #E64112. Grayscale: #919191. Windows color (decimal): -15089939 or 15580697. OLE color: 15580697.
HSL color Cylindrical-coordinate representation of color #19BEED: hue angle of 193.3º 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 #19BEED is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 190 | 237 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.07 |
| HSL | 193.3º | 0.85% | 0.51% | - |
| HSV(B) | 193.3º | 0.89% | 0.93% | - |
| XYZ | 34.1 | 43.15 | 86.65 | - |
| YUV | 146.02 | 179.34 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 190 | 237 | 0.89 | 0.20 | 0 | 0.07 | 193.3 | 0.85 | 0.51 |
| Hex | 19 | BE | ED | 59 | 14 | 0 | 7 | C1 | 55 | 33 |
| Octal | 31 | 276 | 355 | 131 | 24 | 0 | 7 | 301 | 125 | 63 |
| Binary | 11001 | 10111110 | 11101101 | 1011001 | 10100 | 0 | 111 | 11000001 | 1010101 | 110011 |
Color Harmonies of #19BEED
Complementary color
Monochromatic Colors of #19BEED
Black with #19BEED
Text Example
Text Example
White with #19BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BEED; }
p { color: rgb(25,190,237); }
H1.HeaderClassName
{
color: #19BEED;
}
.AnyTagClassName
{
color: #19BEED;
}
</style>
background-color css
<style>
a { background-color: #19BEED; }
a { background-color: rgb(25,190,237); }
div.DivClassName
{
background-color: #19BEED;
}
.BgClassName
{
background-color: #19BEED;
}
</style>
border-color css
<style>
span { border-color: #19BEED; }
span { border-color: rgb(25,190,237); }
td.TdClassName
{
border-color: #19BEED;
}
.TagClassName
{
border-color: #19BEED;
}
</style>