Html Css Color HEX #7AAABA Glacier

📋 copy color: '#7AAABA'

red 122 ◦ green 170 ◦ blue 186

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

Shades of Glacier #7AAABA

Tints of Glacier #7AAABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.56%

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

R = 25.52%
G = 35.56%
B = 38.91%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7AAABA (or 0x7AAABA) is known color: Glacier. HEX triplet: 7A, AA and BA. RGB value is (122,170,186). Sum of RGB (Red+Green+Blue) = 122+170+186=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAABA is #855545. Grayscale: #9D9D9D. Windows color (decimal): -8738118 or 12233338. OLE color: 12233338.

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

Color convert

RGB 122 170 186 -
CMYK 0.34 0.09 0 0.27
HSL 195º 0.32% 0.6% -
HSV(B) 195º 0.34% 0.73% -
XYZ 31.26 36.43 51.84 -
YUV 157.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 122 170 186 0.34 0.09 0 0.27 195 0.32 0.6
Hex 7A AA BA 22 9 0 1B C3 20 3C
Octal 172 252 272 42 11 0 33 303 40 74
Binary 1111010 10101010 10111010 100010 1001 0 11011 11000011 100000 111100

Color Harmonies of #7AAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAABA

Black with #7AAABA

Text Example


Text Example

White with #7AAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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