Html Css Color HEX #7FCEA5 Vista Blue

📋 copy color: '#7FCEA5'

red 127 ◦ green 206 ◦ blue 165

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

Shades of Vista Blue #7FCEA5

Tints of Vista Blue #7FCEA5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.37%

 BLUE value IS 165 (64.84% from 255) = 33.13%

R = 25.5%
G = 41.37%
B = 33.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#7FCEA5 (or 0x7FCEA5) is known color: Vista Blue. HEX triplet: 7F, CE and A5. RGB value is (127,206,165). Sum of RGB (Red+Green+Blue) = 127+206+165=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCEA5 is #80315A. Grayscale: #B1B1B1. Windows color (decimal): -8401243 or 10866303. OLE color: 10866303.

HSL color Cylindrical-coordinate representation of color #7FCEA5: hue angle of 148.86º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCEA5 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 206 165 -
CMYK 0.38 0 0.20 0.19
HSL 148.86º 0.45% 0.65% -
HSV(B) 148.86º 0.38% 0.81% -
XYZ 37.62 51.37 43.53 -
YUV 177.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 127 206 165 0.38 0 0.20 0.19 148.86 0.45 0.65
Hex 7F CE A5 26 0 14 13 95 2D 41
Octal 177 316 245 46 0 24 23 225 55 101
Binary 1111111 11001110 10100101 100110 0 10100 10011 10010101 101101 1000001

Color Harmonies of #7FCEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCEA5

Black with #7FCEA5

Text Example


Text Example

White with #7FCEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,206,165); }

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

background-color css

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

 a { background-color: rgb(127,206,165); }

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

border-color css

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

 span { border-color: rgb(127,206,165); }

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