Html Css Color HEX #7AA6BA Glacier

📋 copy color: '#7AA6BA'

red 122 ◦ green 166 ◦ blue 186

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

Shades of Glacier #7AA6BA

Tints of Glacier #7AA6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.02%

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

R = 25.74%
G = 35.02%
B = 39.24%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7AA6BA (or 0x7AA6BA) is known color: Glacier. HEX triplet: 7A, A6 and BA. RGB value is (122,166,186). Sum of RGB (Red+Green+Blue) = 122+166+186=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AA6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA6BA is #855945. Grayscale: #9B9B9B. Windows color (decimal): -8739142 or 12232314. OLE color: 12232314.

HSL color Cylindrical-coordinate representation of color #7AA6BA: hue angle of 198.75º 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 #7AA6BA is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 166 186 -
CMYK 0.34 0.11 0 0.27
HSL 198.75º 0.32% 0.6% -
HSV(B) 198.75º 0.34% 0.73% -
XYZ 30.53 34.96 51.59 -
YUV 155.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 122 166 186 0.34 0.11 0 0.27 198.75 0.32 0.6
Hex 7A A6 BA 22 B 0 1B C7 20 3C
Octal 172 246 272 42 13 0 33 307 40 74
Binary 1111010 10100110 10111010 100010 1011 0 11011 11000111 100000 111100

Color Harmonies of #7AA6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA6BA

Black with #7AA6BA

Text Example


Text Example

White with #7AA6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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