Shades of Spray #89C7D4
Tints of Spray #89C7D4
RGB
CMYK
RGB Variations
Color information
#89C7D4 (or 0x89C7D4) is known color: Spray. HEX triplet: 89, C7 and D4. RGB value is (137,199,212). Sum of RGB (Red+Green+Blue) = 137+199+212=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #89C7D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C7D4 is #76382B. Grayscale: #B5B5B5. Windows color (decimal): -7747628 or 13944713. OLE color: 13944713.
HSL color Cylindrical-coordinate representation of color #89C7D4: hue angle of 190.4º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89C7D4 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 199 | 212 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.17 |
| HSL | 190.4º | 0.47% | 0.68% | - |
| HSV(B) | 190.4º | 0.35% | 0.83% | - |
| XYZ | 42.62 | 50.92 | 69.87 | - |
| YUV | 181.94 | 144.96 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 199 | 212 | 0.35 | 0.06 | 0 | 0.17 | 190.4 | 0.47 | 0.68 |
| Hex | 89 | C7 | D4 | 23 | 6 | 0 | 11 | BE | 2F | 44 |
| Octal | 211 | 307 | 324 | 43 | 6 | 0 | 21 | 276 | 57 | 104 |
| Binary | 10001001 | 11000111 | 11010100 | 100011 | 110 | 0 | 10001 | 10111110 | 101111 | 1000100 |
Color Harmonies of #89C7D4
Complementary color
Monochromatic Colors of #89C7D4
Black with #89C7D4
Text Example
Text Example
White with #89C7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C7D4; }
p { color: rgb(137,199,212); }
H1.HeaderClassName
{
color: #89C7D4;
}
.AnyTagClassName
{
color: #89C7D4;
}
</style>
background-color css
<style>
a { background-color: #89C7D4; }
a { background-color: rgb(137,199,212); }
div.DivClassName
{
background-color: #89C7D4;
}
.BgClassName
{
background-color: #89C7D4;
}
</style>
border-color css
<style>
span { border-color: #89C7D4; }
span { border-color: rgb(137,199,212); }
td.TdClassName
{
border-color: #89C7D4;
}
.TagClassName
{
border-color: #89C7D4;
}
</style>