Shades of Vista Blue #8FEEB7
Tints of Vista Blue #8FEEB7
RGB
CMYK
RGB Variations
Color information
#8FEEB7 (or 0x8FEEB7) is known color: Vista Blue. HEX triplet: 8F, EE and B7. RGB value is (143,238,183). Sum of RGB (Red+Green+Blue) = 143+238+183=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEB7 is #701148. Grayscale: #CBCBCB. Windows color (decimal): -7344457 or 12054159. OLE color: 12054159.
HSL color Cylindrical-coordinate representation of color #8FEEB7: hue angle of 145.26º 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 #8FEEB7 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 183 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.07 |
| HSL | 145.26º | 0.74% | 0.75% | - |
| HSV(B) | 145.26º | 0.4% | 0.93% | - |
| XYZ | 50.45 | 70.41 | 55.73 | - |
| YUV | 203.33 | 116.53 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 183 | 0.40 | 0 | 0.23 | 0.07 | 145.26 | 0.74 | 0.75 |
| Hex | 8F | EE | B7 | 28 | 0 | 17 | 7 | 91 | 4A | 4B |
| Octal | 217 | 356 | 267 | 50 | 0 | 27 | 7 | 221 | 112 | 113 |
| Binary | 10001111 | 11101110 | 10110111 | 101000 | 0 | 10111 | 111 | 10010001 | 1001010 | 1001011 |
Color Harmonies of #8FEEB7
Complementary color
Monochromatic Colors of #8FEEB7
Black with #8FEEB7
Text Example
Text Example
White with #8FEEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEB7; }
p { color: rgb(143,238,183); }
H1.HeaderClassName
{
color: #8FEEB7;
}
.AnyTagClassName
{
color: #8FEEB7;
}
</style>
background-color css
<style>
a { background-color: #8FEEB7; }
a { background-color: rgb(143,238,183); }
div.DivClassName
{
background-color: #8FEEB7;
}
.BgClassName
{
background-color: #8FEEB7;
}
</style>
border-color css
<style>
span { border-color: #8FEEB7; }
span { border-color: rgb(143,238,183); }
td.TdClassName
{
border-color: #8FEEB7;
}
.TagClassName
{
border-color: #8FEEB7;
}
</style>