Html Css Color HEX #8FD6AF Vista Blue

📋 copy color: '#8FD6AF'

red 143 ◦ green 214 ◦ blue 175

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

Shades of Vista Blue #8FD6AF

Tints of Vista Blue #8FD6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.23%

 BLUE value IS 175 (68.75% from 255) = 32.89%

R = 26.88%
G = 40.23%
B = 32.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#8FD6AF (or 0x8FD6AF) is known color: Vista Blue. HEX triplet: 8F, D6 and AF. RGB value is (143,214,175). Sum of RGB (Red+Green+Blue) = 143+214+175=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD6AF is #702950. Grayscale: #BCBCBC. Windows color (decimal): -7350609 or 11523727. OLE color: 11523727.

HSL color Cylindrical-coordinate representation of color #8FD6AF: hue angle of 147.04º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD6AF is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 214 175 -
CMYK 0.33 0 0.18 0.16
HSL 147.04º 0.46% 0.7% -
HSV(B) 147.04º 0.33% 0.84% -
XYZ 43.11 57.03 49.29 -
YUV 188.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 143 214 175 0.33 0 0.18 0.16 147.04 0.46 0.7
Hex 8F D6 AF 21 0 12 10 93 2E 46
Octal 217 326 257 41 0 22 20 223 56 106
Binary 10001111 11010110 10101111 100001 0 10010 10000 10010011 101110 1000110

Color Harmonies of #8FD6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD6AF

Black with #8FD6AF

Text Example


Text Example

White with #8FD6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,214,175); }

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

background-color css

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

 a { background-color: rgb(143,214,175); }

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

border-color css

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

 span { border-color: rgb(143,214,175); }

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