Html Css Color HEX #7BACBE Glacier

📋 copy color: '#7BACBE'

red 123 ◦ green 172 ◦ blue 190

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

Shades of Glacier #7BACBE

Tints of Glacier #7BACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 25.36%
G = 35.46%
B = 39.18%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7BACBE (or 0x7BACBE) is known color: Glacier. HEX triplet: 7B, AC and BE. RGB value is (123,172,190). Sum of RGB (Red+Green+Blue) = 123+172+190=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACBE is #845341. Grayscale: #9F9F9F. Windows color (decimal): -8672066 or 12495995. OLE color: 12495995.

HSL color Cylindrical-coordinate representation of color #7BACBE: hue angle of 196.12º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BACBE is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 172 190 -
CMYK 0.35 0.09 0 0.25
HSL 196.12º 0.34% 0.61% -
HSV(B) 196.12º 0.35% 0.75% -
XYZ 32.22 37.43 54.24 -
YUV 159.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 123 172 190 0.35 0.09 0 0.25 196.12 0.34 0.61
Hex 7B AC BE 23 9 0 19 C4 22 3D
Octal 173 254 276 43 11 0 31 304 42 75
Binary 1111011 10101100 10111110 100011 1001 0 11001 11000100 100010 111101

Color Harmonies of #7BACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACBE

Black with #7BACBE

Text Example


Text Example

White with #7BACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,172,190); }

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

background-color css

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

 a { background-color: rgb(123,172,190); }

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

border-color css

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

 span { border-color: rgb(123,172,190); }

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