Shades of Vista Blue #8FEEAD
Tints of Vista Blue #8FEEAD
RGB
CMYK
RGB Variations
Color information
#8FEEAD (or 0x8FEEAD) is known color: Vista Blue. HEX triplet: 8F, EE and AD. RGB value is (143,238,173). Sum of RGB (Red+Green+Blue) = 143+238+173=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEEAD is #701152. Grayscale: #CACACA. Windows color (decimal): -7344467 or 11398799. OLE color: 11398799.
HSL color Cylindrical-coordinate representation of color #8FEEAD: hue angle of 138.95º 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 #8FEEAD is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 173 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.07 |
| HSL | 138.95º | 0.74% | 0.75% | - |
| HSV(B) | 138.95º | 0.4% | 0.93% | - |
| XYZ | 49.45 | 70.01 | 50.44 | - |
| YUV | 202.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 173 | 0.40 | 0 | 0.27 | 0.07 | 138.95 | 0.74 | 0.75 |
| Hex | 8F | EE | AD | 28 | 0 | 1B | 7 | 8B | 4A | 4B |
| Octal | 217 | 356 | 255 | 50 | 0 | 33 | 7 | 213 | 112 | 113 |
| Binary | 10001111 | 11101110 | 10101101 | 101000 | 0 | 11011 | 111 | 10001011 | 1001010 | 1001011 |
Color Harmonies of #8FEEAD
Complementary color
Monochromatic Colors of #8FEEAD
Black with #8FEEAD
Text Example
Text Example
White with #8FEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEAD; }
p { color: rgb(143,238,173); }
H1.HeaderClassName
{
color: #8FEEAD;
}
.AnyTagClassName
{
color: #8FEEAD;
}
</style>
background-color css
<style>
a { background-color: #8FEEAD; }
a { background-color: rgb(143,238,173); }
div.DivClassName
{
background-color: #8FEEAD;
}
.BgClassName
{
background-color: #8FEEAD;
}
</style>
border-color css
<style>
span { border-color: #8FEEAD; }
span { border-color: rgb(143,238,173); }
td.TdClassName
{
border-color: #8FEEAD;
}
.TagClassName
{
border-color: #8FEEAD;
}
</style>