Shades of Vista Blue #8FEEB2
Tints of Vista Blue #8FEEB2
RGB
CMYK
RGB Variations
Color information
#8FEEB2 (or 0x8FEEB2) is known color: Vista Blue. HEX triplet: 8F, EE and B2. RGB value is (143,238,178). Sum of RGB (Red+Green+Blue) = 143+238+178=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEEB2 is #70114D. Grayscale: #CACACA. Windows color (decimal): -7344462 or 11726479. OLE color: 11726479.
HSL color Cylindrical-coordinate representation of color #8FEEB2: hue angle of 142.11º 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 #8FEEB2 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 178 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.07 |
| HSL | 142.11º | 0.74% | 0.75% | - |
| HSV(B) | 142.11º | 0.4% | 0.93% | - |
| XYZ | 49.94 | 70.2 | 53.04 | - |
| YUV | 202.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 178 | 0.40 | 0 | 0.25 | 0.07 | 142.11 | 0.74 | 0.75 |
| Hex | 8F | EE | B2 | 28 | 0 | 19 | 7 | 8E | 4A | 4B |
| Octal | 217 | 356 | 262 | 50 | 0 | 31 | 7 | 216 | 112 | 113 |
| Binary | 10001111 | 11101110 | 10110010 | 101000 | 0 | 11001 | 111 | 10001110 | 1001010 | 1001011 |
Color Harmonies of #8FEEB2
Complementary color
Monochromatic Colors of #8FEEB2
Black with #8FEEB2
Text Example
Text Example
White with #8FEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEB2; }
p { color: rgb(143,238,178); }
H1.HeaderClassName
{
color: #8FEEB2;
}
.AnyTagClassName
{
color: #8FEEB2;
}
</style>
background-color css
<style>
a { background-color: #8FEEB2; }
a { background-color: rgb(143,238,178); }
div.DivClassName
{
background-color: #8FEEB2;
}
.BgClassName
{
background-color: #8FEEB2;
}
</style>
border-color css
<style>
span { border-color: #8FEEB2; }
span { border-color: rgb(143,238,178); }
td.TdClassName
{
border-color: #8FEEB2;
}
.TagClassName
{
border-color: #8FEEB2;
}
</style>