Shades of Vista Blue #8FE8B3
Tints of Vista Blue #8FE8B3
RGB
CMYK
RGB Variations
Color information
#8FE8B3 (or 0x8FE8B3) is known color: Vista Blue. HEX triplet: 8F, E8 and B3. RGB value is (143,232,179). Sum of RGB (Red+Green+Blue) = 143+232+179=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE8B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE8B3 is #70174C. Grayscale: #C7C7C7. Windows color (decimal): -7345997 or 11790479. OLE color: 11790479.
HSL color Cylindrical-coordinate representation of color #8FE8B3: hue angle of 144.27º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE8B3 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 232 | 179 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.09 |
| HSL | 144.27º | 0.66% | 0.74% | - |
| HSV(B) | 144.27º | 0.38% | 0.91% | - |
| XYZ | 48.32 | 66.81 | 53 | - |
| YUV | 199.35 | 116.51 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 179 | 0.38 | 0 | 0.23 | 0.09 | 144.27 | 0.66 | 0.74 |
| Hex | 8F | E8 | B3 | 26 | 0 | 17 | 9 | 90 | 42 | 4A |
| Octal | 217 | 350 | 263 | 46 | 0 | 27 | 11 | 220 | 102 | 112 |
| Binary | 10001111 | 11101000 | 10110011 | 100110 | 0 | 10111 | 1001 | 10010000 | 1000010 | 1001010 |
Color Harmonies of #8FE8B3
Complementary color
Monochromatic Colors of #8FE8B3
Black with #8FE8B3
Text Example
Text Example
White with #8FE8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE8B3; }
p { color: rgb(143,232,179); }
H1.HeaderClassName
{
color: #8FE8B3;
}
.AnyTagClassName
{
color: #8FE8B3;
}
</style>
background-color css
<style>
a { background-color: #8FE8B3; }
a { background-color: rgb(143,232,179); }
div.DivClassName
{
background-color: #8FE8B3;
}
.BgClassName
{
background-color: #8FE8B3;
}
</style>
border-color css
<style>
span { border-color: #8FE8B3; }
span { border-color: rgb(143,232,179); }
td.TdClassName
{
border-color: #8FE8B3;
}
.TagClassName
{
border-color: #8FE8B3;
}
</style>