Html Css Color HEX #8FD8AB Vista Blue

📋 copy color: '#8FD8AB'

red 143 ◦ green 216 ◦ blue 171

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

Shades of Vista Blue #8FD8AB

Tints of Vista Blue #8FD8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.75%

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

R = 26.98%
G = 40.75%
B = 32.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#8FD8AB (or 0x8FD8AB) is known color: Vista Blue. HEX triplet: 8F, D8 and AB. RGB value is (143,216,171). Sum of RGB (Red+Green+Blue) = 143+216+171=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD8AB is #702754. Grayscale: #BDBDBD. Windows color (decimal): -7350101 or 11262095. OLE color: 11262095.

HSL color Cylindrical-coordinate representation of color #8FD8AB: hue angle of 143.01º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD8AB is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 216 171 -
CMYK 0.34 0 0.21 0.15
HSL 143.01º 0.48% 0.7% -
HSV(B) 143.01º 0.34% 0.85% -
XYZ 43.23 57.89 47.42 -
YUV 189.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 143 216 171 0.34 0 0.21 0.15 143.01 0.48 0.7
Hex 8F D8 AB 22 0 15 F 8F 30 46
Octal 217 330 253 42 0 25 17 217 60 106
Binary 10001111 11011000 10101011 100010 0 10101 1111 10001111 110000 1000110

Color Harmonies of #8FD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD8AB

Black with #8FD8AB

Text Example


Text Example

White with #8FD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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