Shades of Spray #89C5DC
Tints of Spray #89C5DC
RGB
CMYK
RGB Variations
Color information
#89C5DC (or 0x89C5DC) is known color: Spray. HEX triplet: 89, C5 and DC. RGB value is (137,197,220). Sum of RGB (Red+Green+Blue) = 137+197+220=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #89C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C5DC is #763A23. Grayscale: #B5B5B5. Windows color (decimal): -7748132 or 14468489. OLE color: 14468489.
HSL color Cylindrical-coordinate representation of color #89C5DC: hue angle of 196.63º 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 #89C5DC is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 197 | 220 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.14 |
| HSL | 196.63º | 0.54% | 0.7% | - |
| HSV(B) | 196.63º | 0.38% | 0.86% | - |
| XYZ | 43.2 | 50.42 | 75.16 | - |
| YUV | 181.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 220 | 0.38 | 0.10 | 0 | 0.14 | 196.63 | 0.54 | 0.7 |
| Hex | 89 | C5 | DC | 26 | A | 0 | E | C5 | 36 | 46 |
| Octal | 211 | 305 | 334 | 46 | 12 | 0 | 16 | 305 | 66 | 106 |
| Binary | 10001001 | 11000101 | 11011100 | 100110 | 1010 | 0 | 1110 | 11000101 | 110110 | 1000110 |
Color Harmonies of #89C5DC
Complementary color
Monochromatic Colors of #89C5DC
Black with #89C5DC
Text Example
Text Example
White with #89C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C5DC; }
p { color: rgb(137,197,220); }
H1.HeaderClassName
{
color: #89C5DC;
}
.AnyTagClassName
{
color: #89C5DC;
}
</style>
background-color css
<style>
a { background-color: #89C5DC; }
a { background-color: rgb(137,197,220); }
div.DivClassName
{
background-color: #89C5DC;
}
.BgClassName
{
background-color: #89C5DC;
}
</style>
border-color css
<style>
span { border-color: #89C5DC; }
span { border-color: rgb(137,197,220); }
td.TdClassName
{
border-color: #89C5DC;
}
.TagClassName
{
border-color: #89C5DC;
}
</style>