Html Css Color HEX #7BECAB Vista Blue

📋 copy color: '#7BECAB'

red 123 ◦ green 236 ◦ blue 171

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

Shades of Vista Blue #7BECAB

Tints of Vista Blue #7BECAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 23.21%
G = 44.53%
B = 32.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#7BECAB (or 0x7BECAB) is known color: Vista Blue. HEX triplet: 7B, EC and AB. RGB value is (123,236,171). Sum of RGB (Red+Green+Blue) = 123+236+171=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BECAB is #841354. Grayscale: #C2C2C2. Windows color (decimal): -8655701 or 11267195. OLE color: 11267195.

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

Color convert

RGB 123 236 171 -
CMYK 0.48 0 0.28 0.07
HSL 145.49º 0.75% 0.7% -
HSV(B) 145.49º 0.48% 0.93% -
XYZ 45.51 67.14 49.09 -
YUV 194.8 114.56 76.79 -
System Red Green Blue C M Y K H S L
Decimal 123 236 171 0.48 0 0.28 0.07 145.49 0.75 0.7
Hex 7B EC AB 30 0 1C 7 91 4B 46
Octal 173 354 253 60 0 34 7 221 113 106
Binary 1111011 11101100 10101011 110000 0 11100 111 10010001 1001011 1000110

Color Harmonies of #7BECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECAB

Black with #7BECAB

Text Example


Text Example

White with #7BECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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