Html Css Color HEX #7FDAB0 Vista Blue

📋 copy color: '#7FDAB0'

red 127 ◦ green 218 ◦ blue 176

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

Shades of Vista Blue #7FDAB0

Tints of Vista Blue #7FDAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.84%

 BLUE value IS 176 (69.14% from 255) = 33.78%

R = 24.38%
G = 41.84%
B = 33.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#7FDAB0 (or 0x7FDAB0) is known color: Vista Blue. HEX triplet: 7F, DA and B0. RGB value is (127,218,176). Sum of RGB (Red+Green+Blue) = 127+218+176=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDAB0 is #80254F. Grayscale: #BABABA. Windows color (decimal): -8398160 or 11590271. OLE color: 11590271.

HSL color Cylindrical-coordinate representation of color #7FDAB0: hue angle of 152.31º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDAB0 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 218 176 -
CMYK 0.42 0 0.19 0.15
HSL 152.31º 0.55% 0.68% -
HSV(B) 152.31º 0.42% 0.85% -
XYZ 41.66 57.79 50.03 -
YUV 186 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 127 218 176 0.42 0 0.19 0.15 152.31 0.55 0.68
Hex 7F DA B0 2A 0 13 F 98 37 44
Octal 177 332 260 52 0 23 17 230 67 104
Binary 1111111 11011010 10110000 101010 0 10011 1111 10011000 110111 1000100

Color Harmonies of #7FDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDAB0

Black with #7FDAB0

Text Example


Text Example

White with #7FDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,218,176); }

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

background-color css

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

 a { background-color: rgb(127,218,176); }

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

border-color css

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

 span { border-color: rgb(127,218,176); }

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