Html Css Color HEX #7FD6AB Vista Blue

📋 copy color: '#7FD6AB'

red 127 ◦ green 214 ◦ blue 171

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

Shades of Vista Blue #7FD6AB

Tints of Vista Blue #7FD6AB

RGB

 RED value IS 127 (50% from 255) = 24.8%

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

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

R = 24.8%
G = 41.8%
B = 33.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#7FD6AB (or 0x7FD6AB) is known color: Vista Blue. HEX triplet: 7F, D6 and AB. RGB value is (127,214,171). Sum of RGB (Red+Green+Blue) = 127+214+171=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD6AB is #802954. Grayscale: #B7B7B7. Windows color (decimal): -8399189 or 11261567. OLE color: 11261567.

HSL color Cylindrical-coordinate representation of color #7FD6AB: hue angle of 150.34º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD6AB is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 214 171 -
CMYK 0.41 0 0.20 0.16
HSL 150.34º 0.51% 0.67% -
HSV(B) 150.34º 0.41% 0.84% -
XYZ 40.15 55.55 47.13 -
YUV 183.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 127 214 171 0.41 0 0.20 0.16 150.34 0.51 0.67
Hex 7F D6 AB 29 0 14 10 96 33 43
Octal 177 326 253 51 0 24 20 226 63 103
Binary 1111111 11010110 10101011 101001 0 10100 10000 10010110 110011 1000011

Color Harmonies of #7FD6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD6AB

Black with #7FD6AB

Text Example


Text Example

White with #7FD6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FD6AB; }

 p { color: rgb(127,214,171); }

 H1.HeaderClassName
 {
   color: #7FD6AB;
 }
 .AnyTagClassName
 {
   color: #7FD6AB;
 }
</style>

background-color css

<style>
 a { background-color: #7FD6AB; }

 a { background-color: rgb(127,214,171); }

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

border-color css

<style>
 span { border-color: #7FD6AB; }

 span { border-color: rgb(127,214,171); }

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