Shades of Spray #89CDDF
Tints of Spray #89CDDF
RGB
CMYK
RGB Variations
Color information
#89CDDF (or 0x89CDDF) is known color: Spray. HEX triplet: 89, CD and DF. RGB value is (137,205,223). Sum of RGB (Red+Green+Blue) = 137+205+223=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #89CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDDF is #763220. Grayscale: #BABABA. Windows color (decimal): -7746081 or 14667145. OLE color: 14667145.
HSL color Cylindrical-coordinate representation of color #89CDDF: hue angle of 192.56º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89CDDF is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 205 | 223 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.13 |
| HSL | 192.56º | 0.57% | 0.71% | - |
| HSV(B) | 192.56º | 0.39% | 0.87% | - |
| XYZ | 45.47 | 54.31 | 77.9 | - |
| YUV | 186.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 223 | 0.39 | 0.08 | 0 | 0.13 | 192.56 | 0.57 | 0.71 |
| Hex | 89 | CD | DF | 27 | 8 | 0 | D | C1 | 39 | 47 |
| Octal | 211 | 315 | 337 | 47 | 10 | 0 | 15 | 301 | 71 | 107 |
| Binary | 10001001 | 11001101 | 11011111 | 100111 | 1000 | 0 | 1101 | 11000001 | 111001 | 1000111 |
Color Harmonies of #89CDDF
Complementary color
Monochromatic Colors of #89CDDF
Black with #89CDDF
Text Example
Text Example
White with #89CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CDDF; }
p { color: rgb(137,205,223); }
H1.HeaderClassName
{
color: #89CDDF;
}
.AnyTagClassName
{
color: #89CDDF;
}
</style>
background-color css
<style>
a { background-color: #89CDDF; }
a { background-color: rgb(137,205,223); }
div.DivClassName
{
background-color: #89CDDF;
}
.BgClassName
{
background-color: #89CDDF;
}
</style>
border-color css
<style>
span { border-color: #89CDDF; }
span { border-color: rgb(137,205,223); }
td.TdClassName
{
border-color: #89CDDF;
}
.TagClassName
{
border-color: #89CDDF;
}
</style>