Shades of Spray #89C7DC
Tints of Spray #89C7DC
RGB
CMYK
RGB Variations
Color information
#89C7DC (or 0x89C7DC) is known color: Spray. HEX triplet: 89, C7 and DC. RGB value is (137,199,220). Sum of RGB (Red+Green+Blue) = 137+199+220=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #89C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C7DC is #763823. Grayscale: #B6B6B6. Windows color (decimal): -7747620 or 14469001. OLE color: 14469001.
HSL color Cylindrical-coordinate representation of color #89C7DC: hue angle of 195.18º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89C7DC is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 199 | 220 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.14 |
| HSL | 195.18º | 0.54% | 0.7% | - |
| HSV(B) | 195.18º | 0.38% | 0.86% | - |
| XYZ | 43.66 | 51.33 | 75.32 | - |
| YUV | 182.86 | 148.96 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 199 | 220 | 0.38 | 0.10 | 0 | 0.14 | 195.18 | 0.54 | 0.7 |
| Hex | 89 | C7 | DC | 26 | A | 0 | E | C3 | 36 | 46 |
| Octal | 211 | 307 | 334 | 46 | 12 | 0 | 16 | 303 | 66 | 106 |
| Binary | 10001001 | 11000111 | 11011100 | 100110 | 1010 | 0 | 1110 | 11000011 | 110110 | 1000110 |
Color Harmonies of #89C7DC
Complementary color
Monochromatic Colors of #89C7DC
Black with #89C7DC
Text Example
Text Example
White with #89C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C7DC; }
p { color: rgb(137,199,220); }
H1.HeaderClassName
{
color: #89C7DC;
}
.AnyTagClassName
{
color: #89C7DC;
}
</style>
background-color css
<style>
a { background-color: #89C7DC; }
a { background-color: rgb(137,199,220); }
div.DivClassName
{
background-color: #89C7DC;
}
.BgClassName
{
background-color: #89C7DC;
}
</style>
border-color css
<style>
span { border-color: #89C7DC; }
span { border-color: rgb(137,199,220); }
td.TdClassName
{
border-color: #89C7DC;
}
.TagClassName
{
border-color: #89C7DC;
}
</style>