Shades of Deep Sky Blue #19B3EE
Tints of Deep Sky Blue #19B3EE
RGB
CMYK
RGB Variations
Color information
#19B3EE (or 0x19B3EE) is known color: Deep Sky Blue. HEX triplet: 19, B3 and EE. RGB value is (25,179,238). Sum of RGB (Red+Green+Blue) = 25+179+238=442 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.66% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #19B3EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B3EE is #E64C11. Grayscale: #8B8B8B. Windows color (decimal): -15092754 or 15643417. OLE color: 15643417.
HSL color Cylindrical-coordinate representation of color #19B3EE: hue angle of 196.62º 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 #19B3EE is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 179 | 238 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.07 |
| HSL | 196.62º | 0.86% | 0.52% | - |
| HSV(B) | 196.62º | 0.89% | 0.93% | - |
| XYZ | 31.95 | 38.62 | 86.66 | - |
| YUV | 139.68 | 183.48 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 179 | 238 | 0.89 | 0.25 | 0 | 0.07 | 196.62 | 0.86 | 0.52 |
| Hex | 19 | B3 | EE | 59 | 19 | 0 | 7 | C5 | 56 | 34 |
| Octal | 31 | 263 | 356 | 131 | 31 | 0 | 7 | 305 | 126 | 64 |
| Binary | 11001 | 10110011 | 11101110 | 1011001 | 11001 | 0 | 111 | 11000101 | 1010110 | 110100 |
Color Harmonies of #19B3EE
Complementary color
Monochromatic Colors of #19B3EE
Black with #19B3EE
Text Example
Text Example
White with #19B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B3EE; }
p { color: rgb(25,179,238); }
H1.HeaderClassName
{
color: #19B3EE;
}
.AnyTagClassName
{
color: #19B3EE;
}
</style>
background-color css
<style>
a { background-color: #19B3EE; }
a { background-color: rgb(25,179,238); }
div.DivClassName
{
background-color: #19B3EE;
}
.BgClassName
{
background-color: #19B3EE;
}
</style>
border-color css
<style>
span { border-color: #19B3EE; }
span { border-color: rgb(25,179,238); }
td.TdClassName
{
border-color: #19B3EE;
}
.TagClassName
{
border-color: #19B3EE;
}
</style>