Shades of Vista Blue #8FEEAB
Tints of Vista Blue #8FEEAB
RGB
CMYK
RGB Variations
Color information
#8FEEAB (or 0x8FEEAB) is known color: Vista Blue. HEX triplet: 8F, EE and AB. RGB value is (143,238,171). Sum of RGB (Red+Green+Blue) = 143+238+171=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEEAB is #701154. Grayscale: #CACACA. Windows color (decimal): -7344469 or 11267727. OLE color: 11267727.
HSL color Cylindrical-coordinate representation of color #8FEEAB: hue angle of 137.68º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEEAB is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 171 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.07 |
| HSL | 137.68º | 0.74% | 0.75% | - |
| HSV(B) | 137.68º | 0.4% | 0.93% | - |
| XYZ | 49.25 | 69.93 | 49.43 | - |
| YUV | 201.96 | 110.53 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 171 | 0.40 | 0 | 0.28 | 0.07 | 137.68 | 0.74 | 0.75 |
| Hex | 8F | EE | AB | 28 | 0 | 1C | 7 | 8A | 4A | 4B |
| Octal | 217 | 356 | 253 | 50 | 0 | 34 | 7 | 212 | 112 | 113 |
| Binary | 10001111 | 11101110 | 10101011 | 101000 | 0 | 11100 | 111 | 10001010 | 1001010 | 1001011 |
Color Harmonies of #8FEEAB
Complementary color
Monochromatic Colors of #8FEEAB
Black with #8FEEAB
Text Example
Text Example
White with #8FEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEAB; }
p { color: rgb(143,238,171); }
H1.HeaderClassName
{
color: #8FEEAB;
}
.AnyTagClassName
{
color: #8FEEAB;
}
</style>
background-color css
<style>
a { background-color: #8FEEAB; }
a { background-color: rgb(143,238,171); }
div.DivClassName
{
background-color: #8FEEAB;
}
.BgClassName
{
background-color: #8FEEAB;
}
</style>
border-color css
<style>
span { border-color: #8FEEAB; }
span { border-color: rgb(143,238,171); }
td.TdClassName
{
border-color: #8FEEAB;
}
.TagClassName
{
border-color: #8FEEAB;
}
</style>