Shades of Vista Blue #8FEEBB
Tints of Vista Blue #8FEEBB
RGB
CMYK
RGB Variations
Color information
#8FEEBB (or 0x8FEEBB) is known color: Vista Blue. HEX triplet: 8F, EE and BB. RGB value is (143,238,187). Sum of RGB (Red+Green+Blue) = 143+238+187=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEBB is #701144. Grayscale: #CBCBCB. Windows color (decimal): -7344453 or 12316303. OLE color: 12316303.
HSL color Cylindrical-coordinate representation of color #8FEEBB: hue angle of 147.79º 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 #8FEEBB is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 187 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.07 |
| HSL | 147.79º | 0.74% | 0.75% | - |
| HSV(B) | 147.79º | 0.4% | 0.93% | - |
| XYZ | 50.87 | 70.58 | 57.96 | - |
| YUV | 203.78 | 118.53 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 187 | 0.40 | 0 | 0.21 | 0.07 | 147.79 | 0.74 | 0.75 |
| Hex | 8F | EE | BB | 28 | 0 | 15 | 7 | 94 | 4A | 4B |
| Octal | 217 | 356 | 273 | 50 | 0 | 25 | 7 | 224 | 112 | 113 |
| Binary | 10001111 | 11101110 | 10111011 | 101000 | 0 | 10101 | 111 | 10010100 | 1001010 | 1001011 |
Color Harmonies of #8FEEBB
Complementary color
Monochromatic Colors of #8FEEBB
Black with #8FEEBB
Text Example
Text Example
White with #8FEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEBB; }
p { color: rgb(143,238,187); }
H1.HeaderClassName
{
color: #8FEEBB;
}
.AnyTagClassName
{
color: #8FEEBB;
}
</style>
background-color css
<style>
a { background-color: #8FEEBB; }
a { background-color: rgb(143,238,187); }
div.DivClassName
{
background-color: #8FEEBB;
}
.BgClassName
{
background-color: #8FEEBB;
}
</style>
border-color css
<style>
span { border-color: #8FEEBB; }
span { border-color: rgb(143,238,187); }
td.TdClassName
{
border-color: #8FEEBB;
}
.TagClassName
{
border-color: #8FEEBB;
}
</style>