Shades of Spray #89C8DC
Tints of Spray #89C8DC
RGB
CMYK
RGB Variations
Color information
#89C8DC (or 0x89C8DC) is known color: Spray. HEX triplet: 89, C8 and DC. RGB value is (137,200,220). Sum of RGB (Red+Green+Blue) = 137+200+220=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #89C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8DC is #763723. Grayscale: #B7B7B7. Windows color (decimal): -7747364 or 14469257. OLE color: 14469257.
HSL color Cylindrical-coordinate representation of color #89C8DC: hue angle of 194.46º 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 #89C8DC is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 200 | 220 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.14 |
| HSL | 194.46º | 0.54% | 0.7% | - |
| HSV(B) | 194.46º | 0.38% | 0.86% | - |
| XYZ | 43.89 | 51.79 | 75.39 | - |
| YUV | 183.44 | 148.63 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 200 | 220 | 0.38 | 0.09 | 0 | 0.14 | 194.46 | 0.54 | 0.7 |
| Hex | 89 | C8 | DC | 26 | 9 | 0 | E | C2 | 36 | 46 |
| Octal | 211 | 310 | 334 | 46 | 11 | 0 | 16 | 302 | 66 | 106 |
| Binary | 10001001 | 11001000 | 11011100 | 100110 | 1001 | 0 | 1110 | 11000010 | 110110 | 1000110 |
Color Harmonies of #89C8DC
Complementary color
Monochromatic Colors of #89C8DC
Black with #89C8DC
Text Example
Text Example
White with #89C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C8DC; }
p { color: rgb(137,200,220); }
H1.HeaderClassName
{
color: #89C8DC;
}
.AnyTagClassName
{
color: #89C8DC;
}
</style>
background-color css
<style>
a { background-color: #89C8DC; }
a { background-color: rgb(137,200,220); }
div.DivClassName
{
background-color: #89C8DC;
}
.BgClassName
{
background-color: #89C8DC;
}
</style>
border-color css
<style>
span { border-color: #89C8DC; }
span { border-color: rgb(137,200,220); }
td.TdClassName
{
border-color: #89C8DC;
}
.TagClassName
{
border-color: #89C8DC;
}
</style>