Shades of Deep Sky Blue #19BBEE
Tints of Deep Sky Blue #19BBEE
RGB
CMYK
RGB Variations
Color information
#19BBEE (or 0x19BBEE) is known color: Deep Sky Blue. HEX triplet: 19, BB and EE. RGB value is (25,187,238). Sum of RGB (Red+Green+Blue) = 25+187+238=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #19BBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BBEE is #E64411. Grayscale: #909090. Windows color (decimal): -15090706 or 15645465. OLE color: 15645465.
HSL color Cylindrical-coordinate representation of color #19BBEE: hue angle of 194.37º 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 #19BBEE is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 187 | 238 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.07 |
| HSL | 194.37º | 0.86% | 0.52% | - |
| HSV(B) | 194.37º | 0.89% | 0.93% | - |
| XYZ | 33.6 | 41.92 | 87.21 | - |
| YUV | 144.38 | 180.83 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 187 | 238 | 0.89 | 0.21 | 0 | 0.07 | 194.37 | 0.86 | 0.52 |
| Hex | 19 | BB | EE | 59 | 15 | 0 | 7 | C2 | 56 | 34 |
| Octal | 31 | 273 | 356 | 131 | 25 | 0 | 7 | 302 | 126 | 64 |
| Binary | 11001 | 10111011 | 11101110 | 1011001 | 10101 | 0 | 111 | 11000010 | 1010110 | 110100 |
Color Harmonies of #19BBEE
Complementary color
Monochromatic Colors of #19BBEE
Black with #19BBEE
Text Example
Text Example
White with #19BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BBEE; }
p { color: rgb(25,187,238); }
H1.HeaderClassName
{
color: #19BBEE;
}
.AnyTagClassName
{
color: #19BBEE;
}
</style>
background-color css
<style>
a { background-color: #19BBEE; }
a { background-color: rgb(25,187,238); }
div.DivClassName
{
background-color: #19BBEE;
}
.BgClassName
{
background-color: #19BBEE;
}
</style>
border-color css
<style>
span { border-color: #19BBEE; }
span { border-color: rgb(25,187,238); }
td.TdClassName
{
border-color: #19BBEE;
}
.TagClassName
{
border-color: #19BBEE;
}
</style>