Html Css Color HEX #7EDBB0 Vista Blue

📋 copy color: '#7EDBB0'

red 126 ◦ green 219 ◦ blue 176

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

Shades of Vista Blue #7EDBB0

Tints of Vista Blue #7EDBB0

RGB

 RED value IS 126 (49.61% from 255) = 24.18%

 GREEN value IS 219 (85.94% from 255) = 42.03%

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

R = 24.18%
G = 42.03%
B = 33.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#7EDBB0 (or 0x7EDBB0) is known color: Vista Blue. HEX triplet: 7E, DB and B0. RGB value is (126,219,176). Sum of RGB (Red+Green+Blue) = 126+219+176=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDBB0 is #81244F. Grayscale: #BABABA. Windows color (decimal): -8463440 or 11590526. OLE color: 11590526.

HSL color Cylindrical-coordinate representation of color #7EDBB0: hue angle of 152.26º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDBB0 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 219 176 -
CMYK 0.42 0 0.20 0.14
HSL 152.26º 0.56% 0.68% -
HSV(B) 152.26º 0.42% 0.86% -
XYZ 41.77 58.23 50.11 -
YUV 186.29 122.19 85 -
System Red Green Blue C M Y K H S L
Decimal 126 219 176 0.42 0 0.20 0.14 152.26 0.56 0.68
Hex 7E DB B0 2A 0 14 E 98 38 44
Octal 176 333 260 52 0 24 16 230 70 104
Binary 1111110 11011011 10110000 101010 0 10100 1110 10011000 111000 1000100

Color Harmonies of #7EDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDBB0

Black with #7EDBB0

Text Example


Text Example

White with #7EDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,219,176); }

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

background-color css

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

 a { background-color: rgb(126,219,176); }

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

border-color css

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

 span { border-color: rgb(126,219,176); }

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