Shades of Spray #89DBE5
Tints of Spray #89DBE5
RGB
CMYK
RGB Variations
Color information
#89DBE5 (or 0x89DBE5) is known color: Spray. HEX triplet: 89, DB and E5. RGB value is (137,219,229). Sum of RGB (Red+Green+Blue) = 137+219+229=585 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.42% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #89DBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBE5 is #76241A. Grayscale: #C3C3C3. Windows color (decimal): -7742491 or 15063945. OLE color: 15063945.
HSL color Cylindrical-coordinate representation of color #89DBE5: hue angle of 186.52º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89DBE5 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 219 | 229 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.10 |
| HSL | 186.52º | 0.64% | 0.72% | - |
| HSV(B) | 186.52º | 0.4% | 0.9% | - |
| XYZ | 49.79 | 61.64 | 83.4 | - |
| YUV | 195.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 229 | 0.40 | 0.04 | 0 | 0.10 | 186.52 | 0.64 | 0.72 |
| Hex | 89 | DB | E5 | 28 | 4 | 0 | A | BB | 40 | 48 |
| Octal | 211 | 333 | 345 | 50 | 4 | 0 | 12 | 273 | 100 | 110 |
| Binary | 10001001 | 11011011 | 11100101 | 101000 | 100 | 0 | 1010 | 10111011 | 1000000 | 1001000 |
Color Harmonies of #89DBE5
Complementary color
Monochromatic Colors of #89DBE5
Black with #89DBE5
Text Example
Text Example
White with #89DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBE5; }
p { color: rgb(137,219,229); }
H1.HeaderClassName
{
color: #89DBE5;
}
.AnyTagClassName
{
color: #89DBE5;
}
</style>
background-color css
<style>
a { background-color: #89DBE5; }
a { background-color: rgb(137,219,229); }
div.DivClassName
{
background-color: #89DBE5;
}
.BgClassName
{
background-color: #89DBE5;
}
</style>
border-color css
<style>
span { border-color: #89DBE5; }
span { border-color: rgb(137,219,229); }
td.TdClassName
{
border-color: #89DBE5;
}
.TagClassName
{
border-color: #89DBE5;
}
</style>