Html Css Color HEX #7AA5BA Glacier

📋 copy color: '#7AA5BA'

red 122 ◦ green 165 ◦ blue 186

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

Shades of Glacier #7AA5BA

Tints of Glacier #7AA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.88%

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

R = 25.79%
G = 34.88%
B = 39.32%

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

#7AA5BA (or 0x7AA5BA) is known color: Glacier. HEX triplet: 7A, A5 and BA. RGB value is (122,165,186). Sum of RGB (Red+Green+Blue) = 122+165+186=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AA5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA5BA is #855A45. Grayscale: #9A9A9A. Windows color (decimal): -8739398 or 12232058. OLE color: 12232058.

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

Color convert

RGB 122 165 186 -
CMYK 0.34 0.11 0 0.27
HSL 199.69º 0.32% 0.6% -
HSV(B) 199.69º 0.34% 0.73% -
XYZ 30.34 34.59 51.53 -
YUV 154.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 122 165 186 0.34 0.11 0 0.27 199.69 0.32 0.6
Hex 7A A5 BA 22 B 0 1B C8 20 3C
Octal 172 245 272 42 13 0 33 310 40 74
Binary 1111010 10100101 10111010 100010 1011 0 11011 11001000 100000 111100

Color Harmonies of #7AA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA5BA

Black with #7AA5BA

Text Example


Text Example

White with #7AA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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