Shades of Spray #89C7D6
Tints of Spray #89C7D6
RGB
CMYK
RGB Variations
Color information
#89C7D6 (or 0x89C7D6) is known color: Spray. HEX triplet: 89, C7 and D6. RGB value is (137,199,214). Sum of RGB (Red+Green+Blue) = 137+199+214=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #89C7D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C7D6 is #763829. Grayscale: #B6B6B6. Windows color (decimal): -7747626 or 14075785. OLE color: 14075785.
HSL color Cylindrical-coordinate representation of color #89C7D6: hue angle of 191.69º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89C7D6 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 199 | 214 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.16 |
| HSL | 191.69º | 0.48% | 0.69% | - |
| HSV(B) | 191.69º | 0.36% | 0.84% | - |
| XYZ | 42.88 | 51.02 | 71.21 | - |
| YUV | 182.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 199 | 214 | 0.36 | 0.07 | 0 | 0.16 | 191.69 | 0.48 | 0.69 |
| Hex | 89 | C7 | D6 | 24 | 7 | 0 | 10 | C0 | 30 | 45 |
| Octal | 211 | 307 | 326 | 44 | 7 | 0 | 20 | 300 | 60 | 105 |
| Binary | 10001001 | 11000111 | 11010110 | 100100 | 111 | 0 | 10000 | 11000000 | 110000 | 1000101 |
Color Harmonies of #89C7D6
Complementary color
Monochromatic Colors of #89C7D6
Black with #89C7D6
Text Example
Text Example
White with #89C7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C7D6; }
p { color: rgb(137,199,214); }
H1.HeaderClassName
{
color: #89C7D6;
}
.AnyTagClassName
{
color: #89C7D6;
}
</style>
background-color css
<style>
a { background-color: #89C7D6; }
a { background-color: rgb(137,199,214); }
div.DivClassName
{
background-color: #89C7D6;
}
.BgClassName
{
background-color: #89C7D6;
}
</style>
border-color css
<style>
span { border-color: #89C7D6; }
span { border-color: rgb(137,199,214); }
td.TdClassName
{
border-color: #89C7D6;
}
.TagClassName
{
border-color: #89C7D6;
}
</style>