Shades of Vista Blue #8FEEAF
Tints of Vista Blue #8FEEAF
RGB
CMYK
RGB Variations
Color information
#8FEEAF (or 0x8FEEAF) is known color: Vista Blue. HEX triplet: 8F, EE and AF. RGB value is (143,238,175). Sum of RGB (Red+Green+Blue) = 143+238+175=556 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.72% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEEAF is #701150. Grayscale: #CACACA. Windows color (decimal): -7344465 or 11529871. OLE color: 11529871.
HSL color Cylindrical-coordinate representation of color #8FEEAF: hue angle of 140.21º 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 #8FEEAF is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 175 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.07 |
| HSL | 140.21º | 0.74% | 0.75% | - |
| HSV(B) | 140.21º | 0.4% | 0.93% | - |
| XYZ | 49.64 | 70.08 | 51.47 | - |
| YUV | 202.41 | 112.53 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 175 | 0.40 | 0 | 0.26 | 0.07 | 140.21 | 0.74 | 0.75 |
| Hex | 8F | EE | AF | 28 | 0 | 1A | 7 | 8C | 4A | 4B |
| Octal | 217 | 356 | 257 | 50 | 0 | 32 | 7 | 214 | 112 | 113 |
| Binary | 10001111 | 11101110 | 10101111 | 101000 | 0 | 11010 | 111 | 10001100 | 1001010 | 1001011 |
Color Harmonies of #8FEEAF
Complementary color
Monochromatic Colors of #8FEEAF
Black with #8FEEAF
Text Example
Text Example
White with #8FEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEAF; }
p { color: rgb(143,238,175); }
H1.HeaderClassName
{
color: #8FEEAF;
}
.AnyTagClassName
{
color: #8FEEAF;
}
</style>
background-color css
<style>
a { background-color: #8FEEAF; }
a { background-color: rgb(143,238,175); }
div.DivClassName
{
background-color: #8FEEAF;
}
.BgClassName
{
background-color: #8FEEAF;
}
</style>
border-color css
<style>
span { border-color: #8FEEAF; }
span { border-color: rgb(143,238,175); }
td.TdClassName
{
border-color: #8FEEAF;
}
.TagClassName
{
border-color: #8FEEAF;
}
</style>