Html Css Color HEX #7FDFAB Vista Blue

📋 copy color: '#7FDFAB'

red 127 ◦ green 223 ◦ blue 171

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

Shades of Vista Blue #7FDFAB

Tints of Vista Blue #7FDFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

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

R = 24.38%
G = 42.8%
B = 32.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#7FDFAB (or 0x7FDFAB) is known color: Vista Blue. HEX triplet: 7F, DF and AB. RGB value is (127,223,171). Sum of RGB (Red+Green+Blue) = 127+223+171=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDFAB is #802054. Grayscale: #BCBCBC. Windows color (decimal): -8396885 or 11263871. OLE color: 11263871.

HSL color Cylindrical-coordinate representation of color #7FDFAB: hue angle of 147.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFAB is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 223 171 -
CMYK 0.43 0 0.23 0.13
HSL 147.5º 0.6% 0.69% -
HSV(B) 147.5º 0.43% 0.87% -
XYZ 42.49 60.23 47.91 -
YUV 188.37 118.2 84.23 -
System Red Green Blue C M Y K H S L
Decimal 127 223 171 0.43 0 0.23 0.13 147.5 0.6 0.69
Hex 7F DF AB 2B 0 17 D 94 3C 45
Octal 177 337 253 53 0 27 15 224 74 105
Binary 1111111 11011111 10101011 101011 0 10111 1101 10010100 111100 1000101

Color Harmonies of #7FDFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDFAB

Black with #7FDFAB

Text Example


Text Example

White with #7FDFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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