#8FDEAD

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

Shades of Vista Blue #8FDEAD

Tints of Vista Blue #8FDEAD

Color information

#8FDEAD (or 0x8FDEAD) is unknown color: approx Vista Blue. HEX triplet: 8F, DE and AD. RGB value is (143,222,173). Sum of RGB (Red+Green+Blue) = 143+222+173=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDEAD is #702152. Grayscale: #C0C0C0. Windows color (decimal): -7348563 or 11394703. OLE color: 11394703.

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

Color convert

RGB143222173-
CMYK0.3600.220.13
HSL142.78º54.48%71.57%-
HSV(B)142.78º35.59%87.06%-
XYZ44.9961.148.96-
YUV192.79116.8392.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 222 (87.11% from 255) = 41.26%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=26.58%
G=41.26%
B=32.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432221730.3600.220.13142.7854.4871.57
Hex8FDEAD24016D8f3648
Octal217336255440261521766110
Binary1000111111011110101011011001000101101101100011111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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