Shades of Spray #89CCD7
Tints of Spray #89CCD7
RGB
CMYK
RGB Variations
Color information
#89CCD7 (or 0x89CCD7) is known color: Spray. HEX triplet: 89, CC and D7. RGB value is (137,204,215). Sum of RGB (Red+Green+Blue) = 137+204+215=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #89CCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCD7 is #763328. Grayscale: #B9B9B9. Windows color (decimal): -7746345 or 14142601. OLE color: 14142601.
HSL color Cylindrical-coordinate representation of color #89CCD7: hue angle of 188.46º 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 #89CCD7 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 204 | 215 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.16 |
| HSL | 188.46º | 0.49% | 0.69% | - |
| HSV(B) | 188.46º | 0.36% | 0.84% | - |
| XYZ | 44.18 | 53.41 | 72.27 | - |
| YUV | 185.22 | 144.8 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 215 | 0.36 | 0.05 | 0 | 0.16 | 188.46 | 0.49 | 0.69 |
| Hex | 89 | CC | D7 | 24 | 5 | 0 | 10 | BC | 31 | 45 |
| Octal | 211 | 314 | 327 | 44 | 5 | 0 | 20 | 274 | 61 | 105 |
| Binary | 10001001 | 11001100 | 11010111 | 100100 | 101 | 0 | 10000 | 10111100 | 110001 | 1000101 |
Color Harmonies of #89CCD7
Complementary color
Monochromatic Colors of #89CCD7
Black with #89CCD7
Text Example
Text Example
White with #89CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCD7; }
p { color: rgb(137,204,215); }
H1.HeaderClassName
{
color: #89CCD7;
}
.AnyTagClassName
{
color: #89CCD7;
}
</style>
background-color css
<style>
a { background-color: #89CCD7; }
a { background-color: rgb(137,204,215); }
div.DivClassName
{
background-color: #89CCD7;
}
.BgClassName
{
background-color: #89CCD7;
}
</style>
border-color css
<style>
span { border-color: #89CCD7; }
span { border-color: rgb(137,204,215); }
td.TdClassName
{
border-color: #89CCD7;
}
.TagClassName
{
border-color: #89CCD7;
}
</style>