Html Css Color HEX #7BEDB4 Vista Blue

📋 copy color: '#7BEDB4'

red 123 ◦ green 237 ◦ blue 180

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

Shades of Vista Blue #7BEDB4

Tints of Vista Blue #7BEDB4

RGB

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

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

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

R = 22.78%
G = 43.89%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#7BEDB4 (or 0x7BEDB4) is known color: Vista Blue. HEX triplet: 7B, ED and B4. RGB value is (123,237,180). Sum of RGB (Red+Green+Blue) = 123+237+180=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDB4 is #84124B. Grayscale: #C4C4C4. Windows color (decimal): -8655436 or 11857275. OLE color: 11857275.

HSL color Cylindrical-coordinate representation of color #7BEDB4: 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.48%. Process color model (Four color, CMYK) of #7BEDB4 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 237 180 -
CMYK 0.48 0 0.24 0.07
HSL 150º 0.76% 0.71% -
HSV(B) 150º 0.48% 0.93% -
XYZ 46.69 68.07 53.86 -
YUV 196.42 118.73 75.63 -
System Red Green Blue C M Y K H S L
Decimal 123 237 180 0.48 0 0.24 0.07 150 0.76 0.71
Hex 7B ED B4 30 0 18 7 96 4C 47
Octal 173 355 264 60 0 30 7 226 114 107
Binary 1111011 11101101 10110100 110000 0 11000 111 10010110 1001100 1000111

Color Harmonies of #7BEDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEDB4

Black with #7BEDB4

Text Example


Text Example

White with #7BEDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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