Html Css Color HEX #7FDFA2 Vista Blue

📋 copy color: '#7FDFA2'

red 127 ◦ green 223 ◦ blue 162

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

Shades of Vista Blue #7FDFA2

Tints of Vista Blue #7FDFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.64%

R = 24.8%
G = 43.55%
B = 31.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#7FDFA2 (or 0x7FDFA2) is known color: Vista Blue. HEX triplet: 7F, DF and A2. RGB value is (127,223,162). Sum of RGB (Red+Green+Blue) = 127+223+162=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDFA2 is #80205D. Grayscale: #BBBBBB. Windows color (decimal): -8396894 or 10674047. OLE color: 10674047.

HSL color Cylindrical-coordinate representation of color #7FDFA2: hue angle of 141.88º 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 #7FDFA2 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 223 162 -
CMYK 0.43 0 0.27 0.13
HSL 141.88º 0.6% 0.69% -
HSV(B) 141.88º 0.43% 0.87% -
XYZ 41.66 59.9 43.55 -
YUV 187.34 113.7 84.96 -
System Red Green Blue C M Y K H S L
Decimal 127 223 162 0.43 0 0.27 0.13 141.88 0.6 0.69
Hex 7F DF A2 2B 0 1B D 8E 3C 45
Octal 177 337 242 53 0 33 15 216 74 105
Binary 1111111 11011111 10100010 101011 0 11011 1101 10001110 111100 1000101

Color Harmonies of #7FDFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDFA2

Black with #7FDFA2

Text Example


Text Example

White with #7FDFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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