Shades of Vista Blue #89DFB8
Tints of Vista Blue #89DFB8
RGB
CMYK
RGB Variations
Color information
#89DFB8 (or 0x89DFB8) is known color: Vista Blue. HEX triplet: 89, DF and B8. RGB value is (137,223,184). Sum of RGB (Red+Green+Blue) = 137+223+184=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #89DFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DFB8 is #762047. Grayscale: #C0C0C0. Windows color (decimal): -7741512 or 12115849. OLE color: 12115849.
HSL color Cylindrical-coordinate representation of color #89DFB8: hue angle of 152.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 #89DFB8 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 223 | 184 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.13 |
| HSL | 152.79º | 0.57% | 0.71% | - |
| HSV(B) | 152.79º | 0.39% | 0.87% | - |
| XYZ | 45.36 | 61.55 | 54.84 | - |
| YUV | 192.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 223 | 184 | 0.39 | 0 | 0.17 | 0.13 | 152.79 | 0.57 | 0.71 |
| Hex | 89 | DF | B8 | 27 | 0 | 11 | D | 99 | 39 | 47 |
| Octal | 211 | 337 | 270 | 47 | 0 | 21 | 15 | 231 | 71 | 107 |
| Binary | 10001001 | 11011111 | 10111000 | 100111 | 0 | 10001 | 1101 | 10011001 | 111001 | 1000111 |
Color Harmonies of #89DFB8
Complementary color
Monochromatic Colors of #89DFB8
Black with #89DFB8
Text Example
Text Example
White with #89DFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DFB8; }
p { color: rgb(137,223,184); }
H1.HeaderClassName
{
color: #89DFB8;
}
.AnyTagClassName
{
color: #89DFB8;
}
</style>
background-color css
<style>
a { background-color: #89DFB8; }
a { background-color: rgb(137,223,184); }
div.DivClassName
{
background-color: #89DFB8;
}
.BgClassName
{
background-color: #89DFB8;
}
</style>
border-color css
<style>
span { border-color: #89DFB8; }
span { border-color: rgb(137,223,184); }
td.TdClassName
{
border-color: #89DFB8;
}
.TagClassName
{
border-color: #89DFB8;
}
</style>