Shades of Vista Blue #8FEEBA
Tints of Vista Blue #8FEEBA
RGB
CMYK
RGB Variations
Color information
#8FEEBA (or 0x8FEEBA) is known color: Vista Blue. HEX triplet: 8F, EE and BA. RGB value is (143,238,186). Sum of RGB (Red+Green+Blue) = 143+238+186=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEBA is #701145. Grayscale: #CBCBCB. Windows color (decimal): -7344454 or 12250767. OLE color: 12250767.
HSL color Cylindrical-coordinate representation of color #8FEEBA: hue angle of 147.16º 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 #8FEEBA is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 186 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.07 |
| HSL | 147.16º | 0.74% | 0.75% | - |
| HSV(B) | 147.16º | 0.4% | 0.93% | - |
| XYZ | 50.77 | 70.53 | 57.39 | - |
| YUV | 203.67 | 118.03 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 186 | 0.40 | 0 | 0.22 | 0.07 | 147.16 | 0.74 | 0.75 |
| Hex | 8F | EE | BA | 28 | 0 | 16 | 7 | 93 | 4A | 4B |
| Octal | 217 | 356 | 272 | 50 | 0 | 26 | 7 | 223 | 112 | 113 |
| Binary | 10001111 | 11101110 | 10111010 | 101000 | 0 | 10110 | 111 | 10010011 | 1001010 | 1001011 |
Color Harmonies of #8FEEBA
Complementary color
Monochromatic Colors of #8FEEBA
Black with #8FEEBA
Text Example
Text Example
White with #8FEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEBA; }
p { color: rgb(143,238,186); }
H1.HeaderClassName
{
color: #8FEEBA;
}
.AnyTagClassName
{
color: #8FEEBA;
}
</style>
background-color css
<style>
a { background-color: #8FEEBA; }
a { background-color: rgb(143,238,186); }
div.DivClassName
{
background-color: #8FEEBA;
}
.BgClassName
{
background-color: #8FEEBA;
}
</style>
border-color css
<style>
span { border-color: #8FEEBA; }
span { border-color: rgb(143,238,186); }
td.TdClassName
{
border-color: #8FEEBA;
}
.TagClassName
{
border-color: #8FEEBA;
}
</style>