Shades of Spray #89CEDE
Tints of Spray #89CEDE
RGB
CMYK
RGB Variations
Color information
#89CEDE (or 0x89CEDE) is known color: Spray. HEX triplet: 89, CE and DE. RGB value is (137,206,222). Sum of RGB (Red+Green+Blue) = 137+206+222=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #89CEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEDE is #763121. Grayscale: #BBBBBB. Windows color (decimal): -7745826 or 14601865. OLE color: 14601865.
HSL color Cylindrical-coordinate representation of color #89CEDE: hue angle of 191.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89CEDE is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 206 | 222 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.13 |
| HSL | 191.29º | 0.56% | 0.7% | - |
| HSV(B) | 191.29º | 0.38% | 0.87% | - |
| XYZ | 45.57 | 54.73 | 77.27 | - |
| YUV | 187.19 | 147.64 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 222 | 0.38 | 0.07 | 0 | 0.13 | 191.29 | 0.56 | 0.7 |
| Hex | 89 | CE | DE | 26 | 7 | 0 | D | BF | 38 | 46 |
| Octal | 211 | 316 | 336 | 46 | 7 | 0 | 15 | 277 | 70 | 106 |
| Binary | 10001001 | 11001110 | 11011110 | 100110 | 111 | 0 | 1101 | 10111111 | 111000 | 1000110 |
Color Harmonies of #89CEDE
Complementary color
Monochromatic Colors of #89CEDE
Black with #89CEDE
Text Example
Text Example
White with #89CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CEDE; }
p { color: rgb(137,206,222); }
H1.HeaderClassName
{
color: #89CEDE;
}
.AnyTagClassName
{
color: #89CEDE;
}
</style>
background-color css
<style>
a { background-color: #89CEDE; }
a { background-color: rgb(137,206,222); }
div.DivClassName
{
background-color: #89CEDE;
}
.BgClassName
{
background-color: #89CEDE;
}
</style>
border-color css
<style>
span { border-color: #89CEDE; }
span { border-color: rgb(137,206,222); }
td.TdClassName
{
border-color: #89CEDE;
}
.TagClassName
{
border-color: #89CEDE;
}
</style>