Shades of Spray #89C8D6
Tints of Spray #89C8D6
RGB
CMYK
RGB Variations
Color information
#89C8D6 (or 0x89C8D6) is known color: Spray. HEX triplet: 89, C8 and D6. RGB value is (137,200,214). Sum of RGB (Red+Green+Blue) = 137+200+214=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #89C8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8D6 is #763729. Grayscale: #B6B6B6. Windows color (decimal): -7747370 or 14076041. OLE color: 14076041.
HSL color Cylindrical-coordinate representation of color #89C8D6: hue angle of 190.91º degrees, saturation: 0.48, 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 #89C8D6 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 200 | 214 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.16 |
| HSL | 190.91º | 0.48% | 0.69% | - |
| HSV(B) | 190.91º | 0.36% | 0.84% | - |
| XYZ | 43.11 | 51.48 | 71.28 | - |
| YUV | 182.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 200 | 214 | 0.36 | 0.07 | 0 | 0.16 | 190.91 | 0.48 | 0.69 |
| Hex | 89 | C8 | D6 | 24 | 7 | 0 | 10 | BF | 30 | 45 |
| Octal | 211 | 310 | 326 | 44 | 7 | 0 | 20 | 277 | 60 | 105 |
| Binary | 10001001 | 11001000 | 11010110 | 100100 | 111 | 0 | 10000 | 10111111 | 110000 | 1000101 |
Color Harmonies of #89C8D6
Complementary color
Monochromatic Colors of #89C8D6
Black with #89C8D6
Text Example
Text Example
White with #89C8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C8D6; }
p { color: rgb(137,200,214); }
H1.HeaderClassName
{
color: #89C8D6;
}
.AnyTagClassName
{
color: #89C8D6;
}
</style>
background-color css
<style>
a { background-color: #89C8D6; }
a { background-color: rgb(137,200,214); }
div.DivClassName
{
background-color: #89C8D6;
}
.BgClassName
{
background-color: #89C8D6;
}
</style>
border-color css
<style>
span { border-color: #89C8D6; }
span { border-color: rgb(137,200,214); }
td.TdClassName
{
border-color: #89C8D6;
}
.TagClassName
{
border-color: #89C8D6;
}
</style>