Shades of Vista Blue #89DFB4
Tints of Vista Blue #89DFB4
RGB
CMYK
RGB Variations
Color information
#89DFB4 (or 0x89DFB4) is known color: Vista Blue. HEX triplet: 89, DF and B4. RGB value is (137,223,180). Sum of RGB (Red+Green+Blue) = 137+223+180=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #89DFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DFB4 is #76204B. Grayscale: #C0C0C0. Windows color (decimal): -7741516 or 11853705. OLE color: 11853705.
HSL color Cylindrical-coordinate representation of color #89DFB4: hue angle of 150º 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 #89DFB4 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 223 | 180 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.13 |
| HSL | 150º | 0.57% | 0.71% | - |
| HSV(B) | 150º | 0.39% | 0.87% | - |
| XYZ | 44.94 | 61.39 | 52.66 | - |
| YUV | 192.38 | 121.01 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 223 | 180 | 0.39 | 0 | 0.19 | 0.13 | 150 | 0.57 | 0.71 |
| Hex | 89 | DF | B4 | 27 | 0 | 13 | D | 96 | 39 | 47 |
| Octal | 211 | 337 | 264 | 47 | 0 | 23 | 15 | 226 | 71 | 107 |
| Binary | 10001001 | 11011111 | 10110100 | 100111 | 0 | 10011 | 1101 | 10010110 | 111001 | 1000111 |
Color Harmonies of #89DFB4
Complementary color
Monochromatic Colors of #89DFB4
Black with #89DFB4
Text Example
Text Example
White with #89DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DFB4; }
p { color: rgb(137,223,180); }
H1.HeaderClassName
{
color: #89DFB4;
}
.AnyTagClassName
{
color: #89DFB4;
}
</style>
background-color css
<style>
a { background-color: #89DFB4; }
a { background-color: rgb(137,223,180); }
div.DivClassName
{
background-color: #89DFB4;
}
.BgClassName
{
background-color: #89DFB4;
}
</style>
border-color css
<style>
span { border-color: #89DFB4; }
span { border-color: rgb(137,223,180); }
td.TdClassName
{
border-color: #89DFB4;
}
.TagClassName
{
border-color: #89DFB4;
}
</style>