Shades of Spray #89CDD7
Tints of Spray #89CDD7
RGB
CMYK
RGB Variations
Color information
#89CDD7 (or 0x89CDD7) is known color: Spray. HEX triplet: 89, CD and D7. RGB value is (137,205,215). Sum of RGB (Red+Green+Blue) = 137+205+215=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #89CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDD7 is #763228. Grayscale: #B9B9B9. Windows color (decimal): -7746089 or 14142857. OLE color: 14142857.
HSL color Cylindrical-coordinate representation of color #89CDD7: hue angle of 187.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89CDD7 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 205 | 215 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.16 |
| HSL | 187.69º | 0.49% | 0.69% | - |
| HSV(B) | 187.69º | 0.36% | 0.84% | - |
| XYZ | 44.41 | 53.89 | 72.35 | - |
| YUV | 185.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 215 | 0.36 | 0.05 | 0 | 0.16 | 187.69 | 0.49 | 0.69 |
| Hex | 89 | CD | D7 | 24 | 5 | 0 | 10 | BC | 31 | 45 |
| Octal | 211 | 315 | 327 | 44 | 5 | 0 | 20 | 274 | 61 | 105 |
| Binary | 10001001 | 11001101 | 11010111 | 100100 | 101 | 0 | 10000 | 10111100 | 110001 | 1000101 |
Color Harmonies of #89CDD7
Complementary color
Monochromatic Colors of #89CDD7
Black with #89CDD7
Text Example
Text Example
White with #89CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CDD7; }
p { color: rgb(137,205,215); }
H1.HeaderClassName
{
color: #89CDD7;
}
.AnyTagClassName
{
color: #89CDD7;
}
</style>
background-color css
<style>
a { background-color: #89CDD7; }
a { background-color: rgb(137,205,215); }
div.DivClassName
{
background-color: #89CDD7;
}
.BgClassName
{
background-color: #89CDD7;
}
</style>
border-color css
<style>
span { border-color: #89CDD7; }
span { border-color: rgb(137,205,215); }
td.TdClassName
{
border-color: #89CDD7;
}
.TagClassName
{
border-color: #89CDD7;
}
</style>