Html Css Color HEX #7DEDB4 Vista Blue

📋 copy color: '#7DEDB4'

red 125 ◦ green 237 ◦ blue 180

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

Shades of Vista Blue #7DEDB4

Tints of Vista Blue #7DEDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.21%

R = 23.06%
G = 43.73%
B = 33.21%

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

#7DEDB4 (or 0x7DEDB4) is known color: Vista Blue. HEX triplet: 7D, ED and B4. RGB value is (125,237,180). Sum of RGB (Red+Green+Blue) = 125+237+180=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDB4 is #82124B. Grayscale: #C5C5C5. Windows color (decimal): -8524364 or 11857277. OLE color: 11857277.

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

Color convert

RGB 125 237 180 -
CMYK 0.47 0 0.24 0.07
HSL 149.46º 0.76% 0.71% -
HSV(B) 149.46º 0.47% 0.93% -
XYZ 46.98 68.22 53.87 -
YUV 197.01 118.39 76.63 -
System Red Green Blue C M Y K H S L
Decimal 125 237 180 0.47 0 0.24 0.07 149.46 0.76 0.71
Hex 7D ED B4 2F 0 18 7 95 4C 47
Octal 175 355 264 57 0 30 7 225 114 107
Binary 1111101 11101101 10110100 101111 0 11000 111 10010101 1001100 1000111

Color Harmonies of #7DEDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEDB4

Black with #7DEDB4

Text Example


Text Example

White with #7DEDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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