Html Css Color HEX #7AA8BA Glacier

📋 copy color: '#7AA8BA'

red 122 ◦ green 168 ◦ blue 186

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

Shades of Glacier #7AA8BA

Tints of Glacier #7AA8BA

RGB

 RED value IS 122 (48.05% from 255) = 25.63%

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 25.63%
G = 35.29%
B = 39.08%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7AA8BA (or 0x7AA8BA) is known color: Glacier. HEX triplet: 7A, A8 and BA. RGB value is (122,168,186). Sum of RGB (Red+Green+Blue) = 122+168+186=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AA8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA8BA is #855745. Grayscale: #9C9C9C. Windows color (decimal): -8738630 or 12232826. OLE color: 12232826.

HSL color Cylindrical-coordinate representation of color #7AA8BA: hue angle of 196.88º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AA8BA is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 168 186 -
CMYK 0.34 0.10 0 0.27
HSL 196.88º 0.32% 0.6% -
HSV(B) 196.88º 0.34% 0.73% -
XYZ 30.89 35.69 51.71 -
YUV 156.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 122 168 186 0.34 0.10 0 0.27 196.88 0.32 0.6
Hex 7A A8 BA 22 A 0 1B C5 20 3C
Octal 172 250 272 42 12 0 33 305 40 74
Binary 1111010 10101000 10111010 100010 1010 0 11011 11000101 100000 111100

Color Harmonies of #7AA8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA8BA

Black with #7AA8BA

Text Example


Text Example

White with #7AA8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,168,186); }

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

background-color css

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

 a { background-color: rgb(122,168,186); }

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

border-color css

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

 span { border-color: rgb(122,168,186); }

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