Html Css Color HEX #7EECAB Vista Blue

📋 copy color: '#7EECAB'

red 126 ◦ green 236 ◦ blue 171

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

Shades of Vista Blue #7EECAB

Tints of Vista Blue #7EECAB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.28%

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

R = 23.64%
G = 44.28%
B = 32.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#7EECAB (or 0x7EECAB) is known color: Vista Blue. HEX triplet: 7E, EC and AB. RGB value is (126,236,171). Sum of RGB (Red+Green+Blue) = 126+236+171=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EECAB is #811354. Grayscale: #C3C3C3. Windows color (decimal): -8459093 or 11267198. OLE color: 11267198.

HSL color Cylindrical-coordinate representation of color #7EECAB: hue angle of 144.55º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EECAB is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 236 171 -
CMYK 0.47 0 0.28 0.07
HSL 144.55º 0.74% 0.71% -
HSV(B) 144.55º 0.47% 0.93% -
XYZ 45.95 67.37 49.11 -
YUV 195.7 114.06 78.29 -
System Red Green Blue C M Y K H S L
Decimal 126 236 171 0.47 0 0.28 0.07 144.55 0.74 0.71
Hex 7E EC AB 2F 0 1C 7 91 4A 47
Octal 176 354 253 57 0 34 7 221 112 107
Binary 1111110 11101100 10101011 101111 0 11100 111 10010001 1001010 1000111

Color Harmonies of #7EECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECAB

Black with #7EECAB

Text Example


Text Example

White with #7EECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,236,171); }

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

background-color css

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

 a { background-color: rgb(126,236,171); }

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

border-color css

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

 span { border-color: rgb(126,236,171); }

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