Html Css Color HEX #7BECAF Vista Blue

📋 copy color: '#7BECAF'

red 123 ◦ green 236 ◦ blue 175

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

Shades of Vista Blue #7BECAF

Tints of Vista Blue #7BECAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.77%

R = 23.03%
G = 44.19%
B = 32.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#7BECAF (or 0x7BECAF) is known color: Vista Blue. HEX triplet: 7B, EC and AF. RGB value is (123,236,175). Sum of RGB (Red+Green+Blue) = 123+236+175=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BECAF is #841350. Grayscale: #C3C3C3. Windows color (decimal): -8655697 or 11529339. OLE color: 11529339.

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

Color convert

RGB 123 236 175 -
CMYK 0.48 0 0.26 0.07
HSL 147.61º 0.75% 0.7% -
HSV(B) 147.61º 0.48% 0.93% -
XYZ 45.9 67.3 51.13 -
YUV 195.26 116.56 76.46 -
System Red Green Blue C M Y K H S L
Decimal 123 236 175 0.48 0 0.26 0.07 147.61 0.75 0.7
Hex 7B EC AF 30 0 1A 7 94 4B 46
Octal 173 354 257 60 0 32 7 224 113 106
Binary 1111011 11101100 10101111 110000 0 11010 111 10010100 1001011 1000110

Color Harmonies of #7BECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECAF

Black with #7BECAF

Text Example


Text Example

White with #7BECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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