Shades of Spray #89CCD8
Tints of Spray #89CCD8
RGB
CMYK
RGB Variations
Color information
#89CCD8 (or 0x89CCD8) is known color: Spray. HEX triplet: 89, CC and D8. RGB value is (137,204,216). Sum of RGB (Red+Green+Blue) = 137+204+216=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #89CCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCD8 is #763327. Grayscale: #B9B9B9. Windows color (decimal): -7746344 or 14208137. OLE color: 14208137.
HSL color Cylindrical-coordinate representation of color #89CCD8: hue angle of 189.11º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89CCD8 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 204 | 216 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.15 |
| HSL | 189.11º | 0.5% | 0.69% | - |
| HSV(B) | 189.11º | 0.37% | 0.85% | - |
| XYZ | 44.3 | 53.46 | 72.95 | - |
| YUV | 185.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 216 | 0.37 | 0.06 | 0 | 0.15 | 189.11 | 0.5 | 0.69 |
| Hex | 89 | CC | D8 | 25 | 6 | 0 | F | BD | 32 | 45 |
| Octal | 211 | 314 | 330 | 45 | 6 | 0 | 17 | 275 | 62 | 105 |
| Binary | 10001001 | 11001100 | 11011000 | 100101 | 110 | 0 | 1111 | 10111101 | 110010 | 1000101 |
Color Harmonies of #89CCD8
Complementary color
Monochromatic Colors of #89CCD8
Black with #89CCD8
Text Example
Text Example
White with #89CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCD8; }
p { color: rgb(137,204,216); }
H1.HeaderClassName
{
color: #89CCD8;
}
.AnyTagClassName
{
color: #89CCD8;
}
</style>
background-color css
<style>
a { background-color: #89CCD8; }
a { background-color: rgb(137,204,216); }
div.DivClassName
{
background-color: #89CCD8;
}
.BgClassName
{
background-color: #89CCD8;
}
</style>
border-color css
<style>
span { border-color: #89CCD8; }
span { border-color: rgb(137,204,216); }
td.TdClassName
{
border-color: #89CCD8;
}
.TagClassName
{
border-color: #89CCD8;
}
</style>