Html Css Color HEX #7DEDB5 Vista Blue

📋 copy color: '#7DEDB5'

red 125 ◦ green 237 ◦ blue 181

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

Shades of Vista Blue #7DEDB5

Tints of Vista Blue #7DEDB5

RGB

 RED value IS 125 (49.22% from 255) = 23.02%

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

 BLUE value IS 181 (71.09% from 255) = 33.33%

R = 23.02%
G = 43.65%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#7DEDB5 (or 0x7DEDB5) is known color: Vista Blue. HEX triplet: 7D, ED and B5. RGB value is (125,237,181). Sum of RGB (Red+Green+Blue) = 125+237+181=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDB5 is #82124A. Grayscale: #C5C5C5. Windows color (decimal): -8524363 or 11922813. OLE color: 11922813.

HSL color Cylindrical-coordinate representation of color #7DEDB5: hue angle of 150º degrees, saturation: 0.76, 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 #7DEDB5 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 237 181 -
CMYK 0.47 0 0.24 0.07
HSL 150º 0.76% 0.71% -
HSV(B) 150º 0.47% 0.93% -
XYZ 47.08 68.26 54.41 -
YUV 197.13 118.89 76.55 -
System Red Green Blue C M Y K H S L
Decimal 125 237 181 0.47 0 0.24 0.07 150 0.76 0.71
Hex 7D ED B5 2F 0 18 7 96 4C 47
Octal 175 355 265 57 0 30 7 226 114 107
Binary 1111101 11101101 10110101 101111 0 11000 111 10010110 1001100 1000111

Color Harmonies of #7DEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEDB5

Black with #7DEDB5

Text Example


Text Example

White with #7DEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,237,181); }

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

background-color css

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

 a { background-color: rgb(125,237,181); }

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

border-color css

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

 span { border-color: rgb(125,237,181); }

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