Html Css Color HEX #7BA8BE Glacier

📋 copy color: '#7BA8BE'

red 123 ◦ green 168 ◦ blue 190

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

Shades of Glacier #7BA8BE

Tints of Glacier #7BA8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.93%

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

R = 25.57%
G = 34.93%
B = 39.5%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7BA8BE (or 0x7BA8BE) is known color: Glacier. HEX triplet: 7B, A8 and BE. RGB value is (123,168,190). Sum of RGB (Red+Green+Blue) = 123+168+190=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BA8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA8BE is #845741. Grayscale: #9C9C9C. Windows color (decimal): -8673090 or 12494971. OLE color: 12494971.

HSL color Cylindrical-coordinate representation of color #7BA8BE: hue angle of 199.7º 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 #7BA8BE is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 168 190 -
CMYK 0.35 0.12 0 0.25
HSL 199.7º 0.34% 0.61% -
HSV(B) 199.7º 0.35% 0.75% -
XYZ 31.47 35.93 53.99 -
YUV 157.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 123 168 190 0.35 0.12 0 0.25 199.7 0.34 0.61
Hex 7B A8 BE 23 C 0 19 C8 22 3D
Octal 173 250 276 43 14 0 31 310 42 75
Binary 1111011 10101000 10111110 100011 1100 0 11001 11001000 100010 111101

Color Harmonies of #7BA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA8BE

Black with #7BA8BE

Text Example


Text Example

White with #7BA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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