Html Css Color HEX #7AA6BC Glacier

📋 copy color: '#7AA6BC'

red 122 ◦ green 166 ◦ blue 188

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

Shades of Glacier #7AA6BC

Tints of Glacier #7AA6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.5%

R = 25.63%
G = 34.87%
B = 39.5%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7AA6BC (or 0x7AA6BC) is known color: Glacier. HEX triplet: 7A, A6 and BC. RGB value is (122,166,188). Sum of RGB (Red+Green+Blue) = 122+166+188=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #7AA6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA6BC is #855943. Grayscale: #9B9B9B. Windows color (decimal): -8739140 or 12363386. OLE color: 12363386.

HSL color Cylindrical-coordinate representation of color #7AA6BC: hue angle of 200º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AA6BC is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 166 188 -
CMYK 0.35 0.12 0 0.26
HSL 200º 0.33% 0.61% -
HSV(B) 200º 0.35% 0.74% -
XYZ 30.74 35.04 52.72 -
YUV 155.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 122 166 188 0.35 0.12 0 0.26 200 0.33 0.61
Hex 7A A6 BC 23 C 0 1A C8 21 3D
Octal 172 246 274 43 14 0 32 310 41 75
Binary 1111010 10100110 10111100 100011 1100 0 11010 11001000 100001 111101

Color Harmonies of #7AA6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA6BC

Black with #7AA6BC

Text Example


Text Example

White with #7AA6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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