Shades of Spray #89DCE4
Tints of Spray #89DCE4
RGB
CMYK
RGB Variations
Color information
#89DCE4 (or 0x89DCE4) is known color: Spray. HEX triplet: 89, DC and E4. RGB value is (137,220,228). Sum of RGB (Red+Green+Blue) = 137+220+228=585 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.42% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #89DCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCE4 is #76231B. Grayscale: #C3C3C3. Windows color (decimal): -7742236 or 14998665. OLE color: 14998665.
HSL color Cylindrical-coordinate representation of color #89DCE4: hue angle of 185.27º 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 #89DCE4 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 220 | 228 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.11 |
| HSL | 185.27º | 0.63% | 0.72% | - |
| HSV(B) | 185.27º | 0.4% | 0.89% | - |
| XYZ | 49.91 | 62.11 | 82.76 | - |
| YUV | 196.1 | 146 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 228 | 0.40 | 0.04 | 0 | 0.11 | 185.27 | 0.63 | 0.72 |
| Hex | 89 | DC | E4 | 28 | 4 | 0 | B | B9 | 3F | 48 |
| Octal | 211 | 334 | 344 | 50 | 4 | 0 | 13 | 271 | 77 | 110 |
| Binary | 10001001 | 11011100 | 11100100 | 101000 | 100 | 0 | 1011 | 10111001 | 111111 | 1001000 |
Color Harmonies of #89DCE4
Complementary color
Monochromatic Colors of #89DCE4
Black with #89DCE4
Text Example
Text Example
White with #89DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCE4; }
p { color: rgb(137,220,228); }
H1.HeaderClassName
{
color: #89DCE4;
}
.AnyTagClassName
{
color: #89DCE4;
}
</style>
background-color css
<style>
a { background-color: #89DCE4; }
a { background-color: rgb(137,220,228); }
div.DivClassName
{
background-color: #89DCE4;
}
.BgClassName
{
background-color: #89DCE4;
}
</style>
border-color css
<style>
span { border-color: #89DCE4; }
span { border-color: rgb(137,220,228); }
td.TdClassName
{
border-color: #89DCE4;
}
.TagClassName
{
border-color: #89DCE4;
}
</style>