Html Css Color HEX #8FDEAB Vista Blue

📋 copy color: '#8FDEAB'

red 143 ◦ green 222 ◦ blue 171

#8FDEAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #8FDEAB

Tints of Vista Blue #8FDEAB

RGB

 RED value IS 143 (56.25% from 255) = 26.68%

 GREEN value IS 222 (87.11% from 255) = 41.42%

 BLUE value IS 171 (67.19% from 255) = 31.9%

R = 26.68%
G = 41.42%
B = 31.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#8FDEAB (or 0x8FDEAB) is known color: Vista Blue. HEX triplet: 8F, DE and AB. RGB value is (143,222,171). Sum of RGB (Red+Green+Blue) = 143+222+171=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDEAB is #702154. Grayscale: #C0C0C0. Windows color (decimal): -7348565 or 11263631. OLE color: 11263631.

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

Color convert

RGB 143 222 171 -
CMYK 0.36 0 0.23 0.13
HSL 141.27º 0.54% 0.72% -
HSV(B) 141.27º 0.36% 0.87% -
XYZ 44.8 61.02 47.95 -
YUV 192.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 143 222 171 0.36 0 0.23 0.13 141.27 0.54 0.72
Hex 8F DE AB 24 0 17 D 8D 36 48
Octal 217 336 253 44 0 27 15 215 66 110
Binary 10001111 11011110 10101011 100100 0 10111 1101 10001101 110110 1001000

Color Harmonies of #8FDEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDEAB

Black with #8FDEAB

Text Example


Text Example

White with #8FDEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FDEAB;
 }
 .AnyTagClassName
 {
   color: #8FDEAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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