#8FDEA8

Color #8FDEA8 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8FDEA8

Tints of Vista Blue #8FDEA8

Color information

#8FDEA8 (or 0x8FDEA8) is unknown color: approx Vista Blue. HEX triplet: 8F, DE and A8. RGB value is (143,222,168). Sum of RGB (Red+Green+Blue) = 143+222+168=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDEA8 is #702157. Grayscale: #C0C0C0. Windows color (decimal): -7348568 or 11067023. OLE color: 11067023.

HSL color Cylindrical-coordinate representation of color #8FDEA8: hue angle of 138.99º degrees, saturation: 0.54, 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 #8FDEA8 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB143222168-
CMYK0.3600.240.13
HSL138.99º54.48%71.57%-
HSV(B)138.99º35.59%87.06%-
XYZ44.5260.9146.46-
YUV192.22114.3392.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 26.83%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=26.83%
G=41.65%
B=31.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432221680.3600.240.13138.9954.4871.57
Hex8FDEA824018D8b3648
Octal217336250440301521366110
Binary1000111111011110101010001001000110001101100010111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FDEA8; }

 p { color: rgb(143,222,168); }

 H1.HeaderClassName
 {
   color: #8FDEA8;
 }
 .AnyTagClassName
 {
   color: #8FDEA8;
 }
</style>
background-color css

<style>
 a { background-color: #8FDEA8; }

 a { background-color: rgb(143,222,168); }

 div.DivClassName
 {
   background-color: #8FDEA8;
 }
 .BgClassName
 {
   background-color: #8FDEA8;
 }
</style>
border-color css

<style>
 span { border-color: #8FDEA8; }

 span { border-color: rgb(143,222,168); }

 td.TdClassName
 {
   border-color: #8FDEA8;
 }
 .TagClassName
 {
   border-color: #8FDEA8;
 }
</style>