Html Css Color HEX #7DEBA5 Vista Blue

📋 copy color: '#7DEBA5'

red 125 ◦ green 235 ◦ blue 165

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

Shades of Vista Blue #7DEBA5

Tints of Vista Blue #7DEBA5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.76%

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

R = 23.81%
G = 44.76%
B = 31.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#7DEBA5 (or 0x7DEBA5) is known color: Vista Blue. HEX triplet: 7D, EB and A5. RGB value is (125,235,165). Sum of RGB (Red+Green+Blue) = 125+235+165=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEBA5 is #82145A. Grayscale: #C2C2C2. Windows color (decimal): -8524891 or 10873725. OLE color: 10873725.

HSL color Cylindrical-coordinate representation of color #7DEBA5: hue angle of 141.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBA5 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 235 165 -
CMYK 0.47 0 0.30 0.08
HSL 141.82º 0.73% 0.71% -
HSV(B) 141.82º 0.47% 0.92% -
XYZ 44.96 66.49 46.06 -
YUV 194.13 111.56 78.69 -
System Red Green Blue C M Y K H S L
Decimal 125 235 165 0.47 0 0.30 0.08 141.82 0.73 0.71
Hex 7D EB A5 2F 0 1E 8 8E 49 47
Octal 175 353 245 57 0 36 10 216 111 107
Binary 1111101 11101011 10100101 101111 0 11110 1000 10001110 1001001 1000111

Color Harmonies of #7DEBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBA5

Black with #7DEBA5

Text Example


Text Example

White with #7DEBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,235,165); }

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

background-color css

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

 a { background-color: rgb(125,235,165); }

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

border-color css

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

 span { border-color: rgb(125,235,165); }

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