Html Css Color HEX #7BEEAF Vista Blue

📋 copy color: '#7BEEAF'

red 123 ◦ green 238 ◦ blue 175

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

Shades of Vista Blue #7BEEAF

Tints of Vista Blue #7BEEAF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.4%

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

R = 22.95%
G = 44.4%
B = 32.65%

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

#7BEEAF (or 0x7BEEAF) is known color: Vista Blue. HEX triplet: 7B, EE and AF. RGB value is (123,238,175). Sum of RGB (Red+Green+Blue) = 123+238+175=536 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.95% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEEAF is #841150. Grayscale: #C4C4C4. Windows color (decimal): -8655185 or 11529851. OLE color: 11529851.

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

Color convert

RGB 123 238 175 -
CMYK 0.48 0 0.26 0.07
HSL 147.13º 0.77% 0.71% -
HSV(B) 147.13º 0.48% 0.93% -
XYZ 46.48 68.46 51.32 -
YUV 196.43 115.9 75.62 -
System Red Green Blue C M Y K H S L
Decimal 123 238 175 0.48 0 0.26 0.07 147.13 0.77 0.71
Hex 7B EE AF 30 0 1A 7 93 4D 47
Octal 173 356 257 60 0 32 7 223 115 107
Binary 1111011 11101110 10101111 110000 0 11010 111 10010011 1001101 1000111

Color Harmonies of #7BEEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEEAF

Black with #7BEEAF

Text Example


Text Example

White with #7BEEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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