Shades of Spray #89DBDF
Tints of Spray #89DBDF
RGB
CMYK
RGB Variations
Color information
#89DBDF (or 0x89DBDF) is known color: Spray. HEX triplet: 89, DB and DF. RGB value is (137,219,223). Sum of RGB (Red+Green+Blue) = 137+219+223=579 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.66% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #89DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBDF is #762420. Grayscale: #C2C2C2. Windows color (decimal): -7742497 or 14670729. OLE color: 14670729.
HSL color Cylindrical-coordinate representation of color #89DBDF: hue angle of 182.79º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89DBDF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 219 | 223 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.13 |
| HSL | 182.79º | 0.57% | 0.71% | - |
| HSV(B) | 182.79º | 0.39% | 0.87% | - |
| XYZ | 48.97 | 61.31 | 79.07 | - |
| YUV | 194.94 | 143.83 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 223 | 0.39 | 0.02 | 0 | 0.13 | 182.79 | 0.57 | 0.71 |
| Hex | 89 | DB | DF | 27 | 2 | 0 | D | B7 | 39 | 47 |
| Octal | 211 | 333 | 337 | 47 | 2 | 0 | 15 | 267 | 71 | 107 |
| Binary | 10001001 | 11011011 | 11011111 | 100111 | 10 | 0 | 1101 | 10110111 | 111001 | 1000111 |
Color Harmonies of #89DBDF
Complementary color
Monochromatic Colors of #89DBDF
Black with #89DBDF
Text Example
Text Example
White with #89DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBDF; }
p { color: rgb(137,219,223); }
H1.HeaderClassName
{
color: #89DBDF;
}
.AnyTagClassName
{
color: #89DBDF;
}
</style>
background-color css
<style>
a { background-color: #89DBDF; }
a { background-color: rgb(137,219,223); }
div.DivClassName
{
background-color: #89DBDF;
}
.BgClassName
{
background-color: #89DBDF;
}
</style>
border-color css
<style>
span { border-color: #89DBDF; }
span { border-color: rgb(137,219,223); }
td.TdClassName
{
border-color: #89DBDF;
}
.TagClassName
{
border-color: #89DBDF;
}
</style>