Shades of Spray #89CFE0
Tints of Spray #89CFE0
RGB
CMYK
RGB Variations
Color information
#89CFE0 (or 0x89CFE0) is known color: Spray. HEX triplet: 89, CF and E0. RGB value is (137,207,224). Sum of RGB (Red+Green+Blue) = 137+207+224=568 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.12% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #89CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFE0 is #76301F. Grayscale: #BBBBBB. Windows color (decimal): -7745568 or 14733193. OLE color: 14733193.
HSL color Cylindrical-coordinate representation of color #89CFE0: hue angle of 191.72º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89CFE0 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 207 | 224 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.12 |
| HSL | 191.72º | 0.58% | 0.71% | - |
| HSV(B) | 191.72º | 0.39% | 0.88% | - |
| XYZ | 46.08 | 55.33 | 78.77 | - |
| YUV | 188.01 | 148.31 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 224 | 0.39 | 0.08 | 0 | 0.12 | 191.72 | 0.58 | 0.71 |
| Hex | 89 | CF | E0 | 27 | 8 | 0 | C | C0 | 3A | 47 |
| Octal | 211 | 317 | 340 | 47 | 10 | 0 | 14 | 300 | 72 | 107 |
| Binary | 10001001 | 11001111 | 11100000 | 100111 | 1000 | 0 | 1100 | 11000000 | 111010 | 1000111 |
Color Harmonies of #89CFE0
Complementary color
Monochromatic Colors of #89CFE0
Black with #89CFE0
Text Example
Text Example
White with #89CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CFE0; }
p { color: rgb(137,207,224); }
H1.HeaderClassName
{
color: #89CFE0;
}
.AnyTagClassName
{
color: #89CFE0;
}
</style>
background-color css
<style>
a { background-color: #89CFE0; }
a { background-color: rgb(137,207,224); }
div.DivClassName
{
background-color: #89CFE0;
}
.BgClassName
{
background-color: #89CFE0;
}
</style>
border-color css
<style>
span { border-color: #89CFE0; }
span { border-color: rgb(137,207,224); }
td.TdClassName
{
border-color: #89CFE0;
}
.TagClassName
{
border-color: #89CFE0;
}
</style>