Shades of Vista Blue #89F8B4
Tints of Vista Blue #89F8B4
RGB
CMYK
RGB Variations
Color information
#89F8B4 (or 0x89F8B4) is known color: Vista Blue. HEX triplet: 89, F8 and B4. RGB value is (137,248,180). Sum of RGB (Red+Green+Blue) = 137+248+180=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F8B4 is #76074B. Grayscale: #CFCFCF. Windows color (decimal): -7735116 or 11860105. OLE color: 11860105.
HSL color Cylindrical-coordinate representation of color #89F8B4: hue angle of 143.24º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F8B4 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 248 | 180 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.03 |
| HSL | 143.24º | 0.89% | 0.75% | - |
| HSV(B) | 143.24º | 0.45% | 0.97% | - |
| XYZ | 52.12 | 75.75 | 55.05 | - |
| YUV | 207.06 | 112.73 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 248 | 180 | 0.45 | 0 | 0.27 | 0.03 | 143.24 | 0.89 | 0.75 |
| Hex | 89 | F8 | B4 | 2D | 0 | 1B | 3 | 8F | 59 | 4B |
| Octal | 211 | 370 | 264 | 55 | 0 | 33 | 3 | 217 | 131 | 113 |
| Binary | 10001001 | 11111000 | 10110100 | 101101 | 0 | 11011 | 11 | 10001111 | 1011001 | 1001011 |
Color Harmonies of #89F8B4
Complementary color
Monochromatic Colors of #89F8B4
Black with #89F8B4
Text Example
Text Example
White with #89F8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F8B4; }
p { color: rgb(137,248,180); }
H1.HeaderClassName
{
color: #89F8B4;
}
.AnyTagClassName
{
color: #89F8B4;
}
</style>
background-color css
<style>
a { background-color: #89F8B4; }
a { background-color: rgb(137,248,180); }
div.DivClassName
{
background-color: #89F8B4;
}
.BgClassName
{
background-color: #89F8B4;
}
</style>
border-color css
<style>
span { border-color: #89F8B4; }
span { border-color: rgb(137,248,180); }
td.TdClassName
{
border-color: #89F8B4;
}
.TagClassName
{
border-color: #89F8B4;
}
</style>