Shades of Vista Blue #89CDA4
Tints of Vista Blue #89CDA4
RGB
CMYK
RGB Variations
Color information
#89CDA4 (or 0x89CDA4) is known color: Vista Blue. HEX triplet: 89, CD and A4. RGB value is (137,205,164). Sum of RGB (Red+Green+Blue) = 137+205+164=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CDA4 is #76325B. Grayscale: #B4B4B4. Windows color (decimal): -7746140 or 10800521. OLE color: 10800521.
HSL color Cylindrical-coordinate representation of color #89CDA4: hue angle of 143.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CDA4 is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 205 | 164 | - |
| CMYK | 0.33 | 0 | 0.2 | 0.20 |
| HSL | 143.82º | 0.4% | 0.67% | - |
| HSV(B) | 143.82º | 0.33% | 0.8% | - |
| XYZ | 38.85 | 51.66 | 43.05 | - |
| YUV | 179.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 164 | 0.33 | 0 | 0.2 | 0.20 | 143.82 | 0.4 | 0.67 |
| Hex | 89 | CD | A4 | 21 | 0 | 14 | 14 | 90 | 28 | 43 |
| Octal | 211 | 315 | 244 | 41 | 0 | 24 | 24 | 220 | 50 | 103 |
| Binary | 10001001 | 11001101 | 10100100 | 100001 | 0 | 10100 | 10100 | 10010000 | 101000 | 1000011 |
Color Harmonies of #89CDA4
Complementary color
Monochromatic Colors of #89CDA4
Black with #89CDA4
Text Example
Text Example
White with #89CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CDA4; }
p { color: rgb(137,205,164); }
H1.HeaderClassName
{
color: #89CDA4;
}
.AnyTagClassName
{
color: #89CDA4;
}
</style>
background-color css
<style>
a { background-color: #89CDA4; }
a { background-color: rgb(137,205,164); }
div.DivClassName
{
background-color: #89CDA4;
}
.BgClassName
{
background-color: #89CDA4;
}
</style>
border-color css
<style>
span { border-color: #89CDA4; }
span { border-color: rgb(137,205,164); }
td.TdClassName
{
border-color: #89CDA4;
}
.TagClassName
{
border-color: #89CDA4;
}
</style>