Shades of Spray #89CDD8
Tints of Spray #89CDD8
RGB
CMYK
RGB Variations
Color information
#89CDD8 (or 0x89CDD8) is known color: Spray. HEX triplet: 89, CD and D8. RGB value is (137,205,216). Sum of RGB (Red+Green+Blue) = 137+205+216=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #89CDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDD8 is #763227. Grayscale: #B9B9B9. Windows color (decimal): -7746088 or 14208393. OLE color: 14208393.
HSL color Cylindrical-coordinate representation of color #89CDD8: hue angle of 188.35º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89CDD8 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 205 | 216 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.15 |
| HSL | 188.35º | 0.5% | 0.69% | - |
| HSV(B) | 188.35º | 0.37% | 0.85% | - |
| XYZ | 44.54 | 53.94 | 73.03 | - |
| YUV | 185.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 216 | 0.37 | 0.05 | 0 | 0.15 | 188.35 | 0.5 | 0.69 |
| Hex | 89 | CD | D8 | 25 | 5 | 0 | F | BC | 32 | 45 |
| Octal | 211 | 315 | 330 | 45 | 5 | 0 | 17 | 274 | 62 | 105 |
| Binary | 10001001 | 11001101 | 11011000 | 100101 | 101 | 0 | 1111 | 10111100 | 110010 | 1000101 |
Color Harmonies of #89CDD8
Complementary color
Monochromatic Colors of #89CDD8
Black with #89CDD8
Text Example
Text Example
White with #89CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CDD8; }
p { color: rgb(137,205,216); }
H1.HeaderClassName
{
color: #89CDD8;
}
.AnyTagClassName
{
color: #89CDD8;
}
</style>
background-color css
<style>
a { background-color: #89CDD8; }
a { background-color: rgb(137,205,216); }
div.DivClassName
{
background-color: #89CDD8;
}
.BgClassName
{
background-color: #89CDD8;
}
</style>
border-color css
<style>
span { border-color: #89CDD8; }
span { border-color: rgb(137,205,216); }
td.TdClassName
{
border-color: #89CDD8;
}
.TagClassName
{
border-color: #89CDD8;
}
</style>