Shades of Spray #89DAE4
Tints of Spray #89DAE4
RGB
CMYK
RGB Variations
Color information
#89DAE4 (or 0x89DAE4) is known color: Spray. HEX triplet: 89, DA and E4. RGB value is (137,218,228). Sum of RGB (Red+Green+Blue) = 137+218+228=583 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.50% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 228 - color contains mainly: blue. Hex color #89DAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DAE4 is #76251B. Grayscale: #C2C2C2. Windows color (decimal): -7742748 or 14998153. OLE color: 14998153.
HSL color Cylindrical-coordinate representation of color #89DAE4: hue angle of 186.59º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89DAE4 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 218 | 228 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.11 |
| HSL | 186.59º | 0.63% | 0.72% | - |
| HSV(B) | 186.59º | 0.4% | 0.89% | - |
| XYZ | 49.39 | 61.06 | 82.58 | - |
| YUV | 194.92 | 146.66 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 228 | 0.40 | 0.04 | 0 | 0.11 | 186.59 | 0.63 | 0.72 |
| Hex | 89 | DA | E4 | 28 | 4 | 0 | B | BB | 3F | 48 |
| Octal | 211 | 332 | 344 | 50 | 4 | 0 | 13 | 273 | 77 | 110 |
| Binary | 10001001 | 11011010 | 11100100 | 101000 | 100 | 0 | 1011 | 10111011 | 111111 | 1001000 |
Color Harmonies of #89DAE4
Complementary color
Monochromatic Colors of #89DAE4
Black with #89DAE4
Text Example
Text Example
White with #89DAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DAE4; }
p { color: rgb(137,218,228); }
H1.HeaderClassName
{
color: #89DAE4;
}
.AnyTagClassName
{
color: #89DAE4;
}
</style>
background-color css
<style>
a { background-color: #89DAE4; }
a { background-color: rgb(137,218,228); }
div.DivClassName
{
background-color: #89DAE4;
}
.BgClassName
{
background-color: #89DAE4;
}
</style>
border-color css
<style>
span { border-color: #89DAE4; }
span { border-color: rgb(137,218,228); }
td.TdClassName
{
border-color: #89DAE4;
}
.TagClassName
{
border-color: #89DAE4;
}
</style>