Shades of Spray #89C6CB
Tints of Spray #89C6CB
RGB
CMYK
RGB Variations
Color information
#89C6CB (or 0x89C6CB) is known color: Spray. HEX triplet: 89, C6 and CB. RGB value is (137,198,203). Sum of RGB (Red+Green+Blue) = 137+198+203=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #89C6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C6CB is #763934. Grayscale: #B4B4B4. Windows color (decimal): -7747893 or 13354633. OLE color: 13354633.
HSL color Cylindrical-coordinate representation of color #89C6CB: hue angle of 184.55º degrees, saturation: 0.39, 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 #89C6CB is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 198 | 203 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.20 |
| HSL | 184.55º | 0.39% | 0.67% | - |
| HSV(B) | 184.55º | 0.33% | 0.8% | - |
| XYZ | 41.29 | 50.02 | 63.98 | - |
| YUV | 180.33 | 140.79 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 198 | 203 | 0.33 | 0.02 | 0 | 0.20 | 184.55 | 0.39 | 0.67 |
| Hex | 89 | C6 | CB | 21 | 2 | 0 | 14 | B9 | 27 | 43 |
| Octal | 211 | 306 | 313 | 41 | 2 | 0 | 24 | 271 | 47 | 103 |
| Binary | 10001001 | 11000110 | 11001011 | 100001 | 10 | 0 | 10100 | 10111001 | 100111 | 1000011 |
Color Harmonies of #89C6CB
Complementary color
Monochromatic Colors of #89C6CB
Black with #89C6CB
Text Example
Text Example
White with #89C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C6CB; }
p { color: rgb(137,198,203); }
H1.HeaderClassName
{
color: #89C6CB;
}
.AnyTagClassName
{
color: #89C6CB;
}
</style>
background-color css
<style>
a { background-color: #89C6CB; }
a { background-color: rgb(137,198,203); }
div.DivClassName
{
background-color: #89C6CB;
}
.BgClassName
{
background-color: #89C6CB;
}
</style>
border-color css
<style>
span { border-color: #89C6CB; }
span { border-color: rgb(137,198,203); }
td.TdClassName
{
border-color: #89C6CB;
}
.TagClassName
{
border-color: #89C6CB;
}
</style>