Shades of Spray #89C2CC
Tints of Spray #89C2CC
RGB
CMYK
RGB Variations
Color information
#89C2CC (or 0x89C2CC) is known color: Spray. HEX triplet: 89, C2 and CC. RGB value is (137,194,204). Sum of RGB (Red+Green+Blue) = 137+194+204=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #89C2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2CC is #763D33. Grayscale: #B2B2B2. Windows color (decimal): -7748916 or 13419145. OLE color: 13419145.
HSL color Cylindrical-coordinate representation of color #89C2CC: hue angle of 188.96º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89C2CC is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 194 | 204 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.2 |
| HSL | 188.96º | 0.4% | 0.67% | - |
| HSV(B) | 188.96º | 0.33% | 0.8% | - |
| XYZ | 40.51 | 48.26 | 64.31 | - |
| YUV | 178.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 204 | 0.33 | 0.05 | 0 | 0.2 | 188.96 | 0.4 | 0.67 |
| Hex | 89 | C2 | CC | 21 | 5 | 0 | 14 | BD | 28 | 43 |
| Octal | 211 | 302 | 314 | 41 | 5 | 0 | 24 | 275 | 50 | 103 |
| Binary | 10001001 | 11000010 | 11001100 | 100001 | 101 | 0 | 10100 | 10111101 | 101000 | 1000011 |
Color Harmonies of #89C2CC
Complementary color
Monochromatic Colors of #89C2CC
Black with #89C2CC
Text Example
Text Example
White with #89C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2CC; }
p { color: rgb(137,194,204); }
H1.HeaderClassName
{
color: #89C2CC;
}
.AnyTagClassName
{
color: #89C2CC;
}
</style>
background-color css
<style>
a { background-color: #89C2CC; }
a { background-color: rgb(137,194,204); }
div.DivClassName
{
background-color: #89C2CC;
}
.BgClassName
{
background-color: #89C2CC;
}
</style>
border-color css
<style>
span { border-color: #89C2CC; }
span { border-color: rgb(137,194,204); }
td.TdClassName
{
border-color: #89C2CC;
}
.TagClassName
{
border-color: #89C2CC;
}
</style>