Html Css Color HEX #7BEDB5 Vista Blue

📋 copy color: '#7BEDB5'

red 123 ◦ green 237 ◦ blue 181

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

Shades of Vista Blue #7BEDB5

Tints of Vista Blue #7BEDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.46%

R = 22.74%
G = 43.81%
B = 33.46%

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

#7BEDB5 (or 0x7BEDB5) is known color: Vista Blue. HEX triplet: 7B, ED and B5. RGB value is (123,237,181). Sum of RGB (Red+Green+Blue) = 123+237+181=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDB5 is #84124A. Grayscale: #C4C4C4. Windows color (decimal): -8655435 or 11922811. OLE color: 11922811.

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

Color convert

RGB 123 237 181 -
CMYK 0.48 0 0.24 0.07
HSL 150.53º 0.76% 0.71% -
HSV(B) 150.53º 0.48% 0.93% -
XYZ 46.79 68.12 54.4 -
YUV 196.53 119.23 75.55 -
System Red Green Blue C M Y K H S L
Decimal 123 237 181 0.48 0 0.24 0.07 150.53 0.76 0.71
Hex 7B ED B5 30 0 18 7 97 4C 47
Octal 173 355 265 60 0 30 7 227 114 107
Binary 1111011 11101101 10110101 110000 0 11000 111 10010111 1001100 1000111

Color Harmonies of #7BEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEDB5

Black with #7BEDB5

Text Example


Text Example

White with #7BEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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