Html Css Color HEX #7BEDA5 Vista Blue

📋 copy color: '#7BEDA5'

red 123 ◦ green 237 ◦ blue 165

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

Shades of Vista Blue #7BEDA5

Tints of Vista Blue #7BEDA5

RGB

 RED value IS 123 (48.44% from 255) = 23.43%

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

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

R = 23.43%
G = 45.14%
B = 31.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#7BEDA5 (or 0x7BEDA5) is known color: Vista Blue. HEX triplet: 7B, ED and A5. RGB value is (123,237,165). Sum of RGB (Red+Green+Blue) = 123+237+165=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEDA5 is #84125A. Grayscale: #C2C2C2. Windows color (decimal): -8655451 or 10874235. OLE color: 10874235.

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

Color convert

RGB 123 237 165 -
CMYK 0.48 0 0.30 0.07
HSL 142.11º 0.76% 0.71% -
HSV(B) 142.11º 0.48% 0.93% -
XYZ 45.24 67.5 46.24 -
YUV 194.71 111.23 76.85 -
System Red Green Blue C M Y K H S L
Decimal 123 237 165 0.48 0 0.30 0.07 142.11 0.76 0.71
Hex 7B ED A5 30 0 1E 7 8E 4C 47
Octal 173 355 245 60 0 36 7 216 114 107
Binary 1111011 11101101 10100101 110000 0 11110 111 10001110 1001100 1000111

Color Harmonies of #7BEDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEDA5

Black with #7BEDA5

Text Example


Text Example

White with #7BEDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,237,165); }

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

background-color css

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

 a { background-color: rgb(123,237,165); }

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

border-color css

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

 span { border-color: rgb(123,237,165); }

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