Shades of Deep Sky Blue #19B7EE
Tints of Deep Sky Blue #19B7EE
RGB
CMYK
RGB Variations
Color information
#19B7EE (or 0x19B7EE) is known color: Deep Sky Blue. HEX triplet: 19, B7 and EE. RGB value is (25,183,238). Sum of RGB (Red+Green+Blue) = 25+183+238=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #19B7EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B7EE is #E64811. Grayscale: #8D8D8D. Windows color (decimal): -15091730 or 15644441. OLE color: 15644441.
HSL color Cylindrical-coordinate representation of color #19B7EE: hue angle of 195.49º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19B7EE is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 183 | 238 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.07 |
| HSL | 195.49º | 0.86% | 0.52% | - |
| HSV(B) | 195.49º | 0.89% | 0.93% | - |
| XYZ | 32.77 | 40.25 | 86.93 | - |
| YUV | 142.03 | 182.15 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 183 | 238 | 0.89 | 0.23 | 0 | 0.07 | 195.49 | 0.86 | 0.52 |
| Hex | 19 | B7 | EE | 59 | 17 | 0 | 7 | C3 | 56 | 34 |
| Octal | 31 | 267 | 356 | 131 | 27 | 0 | 7 | 303 | 126 | 64 |
| Binary | 11001 | 10110111 | 11101110 | 1011001 | 10111 | 0 | 111 | 11000011 | 1010110 | 110100 |
Color Harmonies of #19B7EE
Complementary color
Monochromatic Colors of #19B7EE
Black with #19B7EE
Text Example
Text Example
White with #19B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B7EE; }
p { color: rgb(25,183,238); }
H1.HeaderClassName
{
color: #19B7EE;
}
.AnyTagClassName
{
color: #19B7EE;
}
</style>
background-color css
<style>
a { background-color: #19B7EE; }
a { background-color: rgb(25,183,238); }
div.DivClassName
{
background-color: #19B7EE;
}
.BgClassName
{
background-color: #19B7EE;
}
</style>
border-color css
<style>
span { border-color: #19B7EE; }
span { border-color: rgb(25,183,238); }
td.TdClassName
{
border-color: #19B7EE;
}
.TagClassName
{
border-color: #19B7EE;
}
</style>