Shades of Spray #89DBE3
Tints of Spray #89DBE3
RGB
CMYK
RGB Variations
Color information
#89DBE3 (or 0x89DBE3) is known color: Spray. HEX triplet: 89, DB and E3. RGB value is (137,219,227). Sum of RGB (Red+Green+Blue) = 137+219+227=583 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.50% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #89DBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBE3 is #76241C. Grayscale: #C3C3C3. Windows color (decimal): -7742493 or 14932873. OLE color: 14932873.
HSL color Cylindrical-coordinate representation of color #89DBE3: hue angle of 185.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89DBE3 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 219 | 227 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.11 |
| HSL | 185.33º | 0.62% | 0.71% | - |
| HSV(B) | 185.33º | 0.4% | 0.89% | - |
| XYZ | 49.51 | 61.53 | 81.94 | - |
| YUV | 195.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 227 | 0.40 | 0.04 | 0 | 0.11 | 185.33 | 0.62 | 0.71 |
| Hex | 89 | DB | E3 | 28 | 4 | 0 | B | B9 | 3E | 47 |
| Octal | 211 | 333 | 343 | 50 | 4 | 0 | 13 | 271 | 76 | 107 |
| Binary | 10001001 | 11011011 | 11100011 | 101000 | 100 | 0 | 1011 | 10111001 | 111110 | 1000111 |
Color Harmonies of #89DBE3
Complementary color
Monochromatic Colors of #89DBE3
Black with #89DBE3
Text Example
Text Example
White with #89DBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBE3; }
p { color: rgb(137,219,227); }
H1.HeaderClassName
{
color: #89DBE3;
}
.AnyTagClassName
{
color: #89DBE3;
}
</style>
background-color css
<style>
a { background-color: #89DBE3; }
a { background-color: rgb(137,219,227); }
div.DivClassName
{
background-color: #89DBE3;
}
.BgClassName
{
background-color: #89DBE3;
}
</style>
border-color css
<style>
span { border-color: #89DBE3; }
span { border-color: rgb(137,219,227); }
td.TdClassName
{
border-color: #89DBE3;
}
.TagClassName
{
border-color: #89DBE3;
}
</style>