Shades of Spray #89CED5
Tints of Spray #89CED5
RGB
CMYK
RGB Variations
Color information
#89CED5 (or 0x89CED5) is known color: Spray. HEX triplet: 89, CE and D5. RGB value is (137,206,213). Sum of RGB (Red+Green+Blue) = 137+206+213=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #89CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CED5 is #76312A. Grayscale: #BABABA. Windows color (decimal): -7745835 or 14012041. OLE color: 14012041.
HSL color Cylindrical-coordinate representation of color #89CED5: hue angle of 185.53º degrees, saturation: 0.47, 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 #89CED5 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 206 | 213 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.16 |
| HSL | 185.53º | 0.48% | 0.69% | - |
| HSV(B) | 185.53º | 0.36% | 0.84% | - |
| XYZ | 44.4 | 54.27 | 71.08 | - |
| YUV | 186.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 213 | 0.36 | 0.03 | 0 | 0.16 | 185.53 | 0.48 | 0.69 |
| Hex | 89 | CE | D5 | 24 | 3 | 0 | 10 | BA | 30 | 45 |
| Octal | 211 | 316 | 325 | 44 | 3 | 0 | 20 | 272 | 60 | 105 |
| Binary | 10001001 | 11001110 | 11010101 | 100100 | 11 | 0 | 10000 | 10111010 | 110000 | 1000101 |
Color Harmonies of #89CED5
Complementary color
Monochromatic Colors of #89CED5
Black with #89CED5
Text Example
Text Example
White with #89CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CED5; }
p { color: rgb(137,206,213); }
H1.HeaderClassName
{
color: #89CED5;
}
.AnyTagClassName
{
color: #89CED5;
}
</style>
background-color css
<style>
a { background-color: #89CED5; }
a { background-color: rgb(137,206,213); }
div.DivClassName
{
background-color: #89CED5;
}
.BgClassName
{
background-color: #89CED5;
}
</style>
border-color css
<style>
span { border-color: #89CED5; }
span { border-color: rgb(137,206,213); }
td.TdClassName
{
border-color: #89CED5;
}
.TagClassName
{
border-color: #89CED5;
}
</style>