Html Css Color HEX #7FEDB8 Vista Blue

📋 copy color: '#7FEDB8'

red 127 ◦ green 237 ◦ blue 184

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

Shades of Vista Blue #7FEDB8

Tints of Vista Blue #7FEDB8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.25%

 BLUE value IS 184 (72.27% from 255) = 33.58%

R = 23.18%
G = 43.25%
B = 33.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#7FEDB8 (or 0x7FEDB8) is known color: Vista Blue. HEX triplet: 7F, ED and B8. RGB value is (127,237,184). Sum of RGB (Red+Green+Blue) = 127+237+184=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDB8 is #801247. Grayscale: #C6C6C6. Windows color (decimal): -8393288 or 12119423. OLE color: 12119423.

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

Color convert

RGB 127 237 184 -
CMYK 0.46 0 0.22 0.07
HSL 151.09º 0.75% 0.71% -
HSV(B) 151.09º 0.46% 0.93% -
XYZ 47.69 68.54 56.06 -
YUV 198.07 120.06 77.31 -
System Red Green Blue C M Y K H S L
Decimal 127 237 184 0.46 0 0.22 0.07 151.09 0.75 0.71
Hex 7F ED B8 2E 0 16 7 97 4B 47
Octal 177 355 270 56 0 26 7 227 113 107
Binary 1111111 11101101 10111000 101110 0 10110 111 10010111 1001011 1000111

Color Harmonies of #7FEDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEDB8

Black with #7FEDB8

Text Example


Text Example

White with #7FEDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,237,184); }

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

background-color css

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

 a { background-color: rgb(127,237,184); }

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

border-color css

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

 span { border-color: rgb(127,237,184); }

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