Html Css Color HEX #7DEBA3 Vista Blue

📋 copy color: '#7DEBA3'

red 125 ◦ green 235 ◦ blue 163

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

Shades of Vista Blue #7DEBA3

Tints of Vista Blue #7DEBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.17%

R = 23.9%
G = 44.93%
B = 31.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#7DEBA3 (or 0x7DEBA3) is known color: Vista Blue. HEX triplet: 7D, EB and A3. RGB value is (125,235,163). Sum of RGB (Red+Green+Blue) = 125+235+163=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEBA3 is #82145C. Grayscale: #C2C2C2. Windows color (decimal): -8524893 or 10742653. OLE color: 10742653.

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

Color convert

RGB 125 235 163 -
CMYK 0.47 0 0.31 0.08
HSL 140.73º 0.73% 0.71% -
HSV(B) 140.73º 0.47% 0.92% -
XYZ 44.78 66.42 45.11 -
YUV 193.9 110.56 78.85 -
System Red Green Blue C M Y K H S L
Decimal 125 235 163 0.47 0 0.31 0.08 140.73 0.73 0.71
Hex 7D EB A3 2F 0 1F 8 8D 49 47
Octal 175 353 243 57 0 37 10 215 111 107
Binary 1111101 11101011 10100011 101111 0 11111 1000 10001101 1001001 1000111

Color Harmonies of #7DEBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBA3

Black with #7DEBA3

Text Example


Text Example

White with #7DEBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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