Html Css Color HEX #7BECB0 Vista Blue

📋 copy color: '#7BECB0'

red 123 ◦ green 236 ◦ blue 176

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

Shades of Vista Blue #7BECB0

Tints of Vista Blue #7BECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

 BLUE value IS 176 (69.14% from 255) = 32.9%

R = 22.99%
G = 44.11%
B = 32.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#7BECB0 (or 0x7BECB0) is known color: Vista Blue. HEX triplet: 7B, EC and B0. RGB value is (123,236,176). Sum of RGB (Red+Green+Blue) = 123+236+176=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BECB0 is #84134F. Grayscale: #C3C3C3. Windows color (decimal): -8655696 or 11594875. OLE color: 11594875.

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

Color convert

RGB 123 236 176 -
CMYK 0.48 0 0.25 0.07
HSL 148.14º 0.75% 0.7% -
HSV(B) 148.14º 0.48% 0.93% -
XYZ 46 67.34 51.65 -
YUV 195.37 117.06 76.38 -
System Red Green Blue C M Y K H S L
Decimal 123 236 176 0.48 0 0.25 0.07 148.14 0.75 0.7
Hex 7B EC B0 30 0 19 7 94 4B 46
Octal 173 354 260 60 0 31 7 224 113 106
Binary 1111011 11101100 10110000 110000 0 11001 111 10010100 1001011 1000110

Color Harmonies of #7BECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECB0

Black with #7BECB0

Text Example


Text Example

White with #7BECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,236,176); }

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

background-color css

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

 a { background-color: rgb(123,236,176); }

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

border-color css

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

 span { border-color: rgb(123,236,176); }

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