Html Css Color HEX #8FF6B1 Vista Blue

📋 copy color: '#8FF6B1'

red 143 ◦ green 246 ◦ blue 177

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

Shades of Vista Blue #8FF6B1

Tints of Vista Blue #8FF6B1

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.46%

 BLUE value IS 177 (69.53% from 255) = 31.27%

R = 25.27%
G = 43.46%
B = 31.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#8FF6B1 (or 0x8FF6B1) is known color: Vista Blue. HEX triplet: 8F, F6 and B1. RGB value is (143,246,177). Sum of RGB (Red+Green+Blue) = 143+246+177=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #8FF6B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FF6B1 is #70094E. Grayscale: #CFCFCF. Windows color (decimal): -7342415 or 11662991. OLE color: 11662991.

HSL color Cylindrical-coordinate representation of color #8FF6B1: hue angle of 139.81º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF6B1 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 246 177 -
CMYK 0.42 0 0.28 0.04
HSL 139.81º 0.85% 0.76% -
HSV(B) 139.81º 0.42% 0.96% -
XYZ 52.22 74.93 53.3 -
YUV 207.34 110.88 82.11 -
System Red Green Blue C M Y K H S L
Decimal 143 246 177 0.42 0 0.28 0.04 139.81 0.85 0.76
Hex 8F F6 B1 2A 0 1C 4 8C 55 4C
Octal 217 366 261 52 0 34 4 214 125 114
Binary 10001111 11110110 10110001 101010 0 11100 100 10001100 1010101 1001100

Color Harmonies of #8FF6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF6B1

Black with #8FF6B1

Text Example


Text Example

White with #8FF6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,246,177); }

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

background-color css

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

 a { background-color: rgb(143,246,177); }

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

border-color css

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

 span { border-color: rgb(143,246,177); }

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