Shades of Deep Sky Blue #19B7EA
Tints of Deep Sky Blue #19B7EA
RGB
CMYK
RGB Variations
Color information
#19B7EA (or 0x19B7EA) is known color: Deep Sky Blue. HEX triplet: 19, B7 and EA. RGB value is (25,183,234). Sum of RGB (Red+Green+Blue) = 25+183+234=442 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.66% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #19B7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B7EA is #E64815. Grayscale: #8D8D8D. Windows color (decimal): -15091734 or 15382297. OLE color: 15382297.
HSL color Cylindrical-coordinate representation of color #19B7EA: hue angle of 194.64º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19B7EA is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 183 | 234 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.08 |
| HSL | 194.64º | 0.83% | 0.51% | - |
| HSV(B) | 194.64º | 0.89% | 0.92% | - |
| XYZ | 32.19 | 40.01 | 83.87 | - |
| YUV | 141.57 | 180.15 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 183 | 234 | 0.89 | 0.22 | 0 | 0.08 | 194.64 | 0.83 | 0.51 |
| Hex | 19 | B7 | EA | 59 | 16 | 0 | 8 | C3 | 53 | 33 |
| Octal | 31 | 267 | 352 | 131 | 26 | 0 | 10 | 303 | 123 | 63 |
| Binary | 11001 | 10110111 | 11101010 | 1011001 | 10110 | 0 | 1000 | 11000011 | 1010011 | 110011 |
Color Harmonies of #19B7EA
Complementary color
Monochromatic Colors of #19B7EA
Black with #19B7EA
Text Example
Text Example
White with #19B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B7EA; }
p { color: rgb(25,183,234); }
H1.HeaderClassName
{
color: #19B7EA;
}
.AnyTagClassName
{
color: #19B7EA;
}
</style>
background-color css
<style>
a { background-color: #19B7EA; }
a { background-color: rgb(25,183,234); }
div.DivClassName
{
background-color: #19B7EA;
}
.BgClassName
{
background-color: #19B7EA;
}
</style>
border-color css
<style>
span { border-color: #19B7EA; }
span { border-color: rgb(25,183,234); }
td.TdClassName
{
border-color: #19B7EA;
}
.TagClassName
{
border-color: #19B7EA;
}
</style>