Shades of Deep Sky Blue #19BAED
Tints of Deep Sky Blue #19BAED
RGB
CMYK
RGB Variations
Color information
#19BAED (or 0x19BAED) is known color: Deep Sky Blue. HEX triplet: 19, BA and ED. RGB value is (25,186,237). Sum of RGB (Red+Green+Blue) = 25+186+237=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #19BAED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BAED is #E64512. Grayscale: #8F8F8F. Windows color (decimal): -15090963 or 15579673. OLE color: 15579673.
HSL color Cylindrical-coordinate representation of color #19BAED: hue angle of 194.43º 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 #19BAED is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 186 | 237 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.07 |
| HSL | 194.43º | 0.85% | 0.51% | - |
| HSV(B) | 194.43º | 0.89% | 0.93% | - |
| XYZ | 33.25 | 41.44 | 86.37 | - |
| YUV | 143.68 | 180.66 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 237 | 0.89 | 0.22 | 0 | 0.07 | 194.43 | 0.85 | 0.51 |
| Hex | 19 | BA | ED | 59 | 16 | 0 | 7 | C2 | 55 | 33 |
| Octal | 31 | 272 | 355 | 131 | 26 | 0 | 7 | 302 | 125 | 63 |
| Binary | 11001 | 10111010 | 11101101 | 1011001 | 10110 | 0 | 111 | 11000010 | 1010101 | 110011 |
Color Harmonies of #19BAED
Complementary color
Monochromatic Colors of #19BAED
Black with #19BAED
Text Example
Text Example
White with #19BAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BAED; }
p { color: rgb(25,186,237); }
H1.HeaderClassName
{
color: #19BAED;
}
.AnyTagClassName
{
color: #19BAED;
}
</style>
background-color css
<style>
a { background-color: #19BAED; }
a { background-color: rgb(25,186,237); }
div.DivClassName
{
background-color: #19BAED;
}
.BgClassName
{
background-color: #19BAED;
}
</style>
border-color css
<style>
span { border-color: #19BAED; }
span { border-color: rgb(25,186,237); }
td.TdClassName
{
border-color: #19BAED;
}
.TagClassName
{
border-color: #19BAED;
}
</style>