Shades of Vista Blue #8FDFA8
Tints of Vista Blue #8FDFA8
RGB
CMYK
RGB Variations
Color information
#8FDFA8 (or 0x8FDFA8) is known color: Vista Blue. HEX triplet: 8F, DF and A8. RGB value is (143,223,168). Sum of RGB (Red+Green+Blue) = 143+223+168=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDFA8 is #702057. Grayscale: #C0C0C0. Windows color (decimal): -7348312 or 11067279. OLE color: 11067279.
HSL color Cylindrical-coordinate representation of color #8FDFA8: hue angle of 138.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFA8 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 168 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.13 |
| HSL | 138.75º | 0.56% | 0.72% | - |
| HSV(B) | 138.75º | 0.36% | 0.87% | - |
| XYZ | 44.78 | 61.44 | 46.54 | - |
| YUV | 192.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 168 | 0.36 | 0 | 0.25 | 0.13 | 138.75 | 0.56 | 0.72 |
| Hex | 8F | DF | A8 | 24 | 0 | 19 | D | 8B | 38 | 48 |
| Octal | 217 | 337 | 250 | 44 | 0 | 31 | 15 | 213 | 70 | 110 |
| Binary | 10001111 | 11011111 | 10101000 | 100100 | 0 | 11001 | 1101 | 10001011 | 111000 | 1001000 |
Color Harmonies of #8FDFA8
Complementary color
Monochromatic Colors of #8FDFA8
Black with #8FDFA8
Text Example
Text Example
White with #8FDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFA8; }
p { color: rgb(143,223,168); }
H1.HeaderClassName
{
color: #8FDFA8;
}
.AnyTagClassName
{
color: #8FDFA8;
}
</style>
background-color css
<style>
a { background-color: #8FDFA8; }
a { background-color: rgb(143,223,168); }
div.DivClassName
{
background-color: #8FDFA8;
}
.BgClassName
{
background-color: #8FDFA8;
}
</style>
border-color css
<style>
span { border-color: #8FDFA8; }
span { border-color: rgb(143,223,168); }
td.TdClassName
{
border-color: #8FDFA8;
}
.TagClassName
{
border-color: #8FDFA8;
}
</style>