Html Css Color HEX #7AAEBE Glacier

📋 copy color: '#7AAEBE'

red 122 ◦ green 174 ◦ blue 190

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

Shades of Glacier #7AAEBE

Tints of Glacier #7AAEBE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.8%

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 25.1%
G = 35.8%
B = 39.09%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7AAEBE (or 0x7AAEBE) is known color: Glacier. HEX triplet: 7A, AE and BE. RGB value is (122,174,190). Sum of RGB (Red+Green+Blue) = 122+174+190=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #7AAEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAEBE is #855141. Grayscale: #A0A0A0. Windows color (decimal): -8737090 or 12496506. OLE color: 12496506.

HSL color Cylindrical-coordinate representation of color #7AAEBE: hue angle of 194.12º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AAEBE is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 174 190 -
CMYK 0.36 0.08 0 0.25
HSL 194.12º 0.34% 0.61% -
HSV(B) 194.12º 0.36% 0.75% -
XYZ 32.46 38.13 54.36 -
YUV 160.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 122 174 190 0.36 0.08 0 0.25 194.12 0.34 0.61
Hex 7A AE BE 24 8 0 19 C2 22 3D
Octal 172 256 276 44 10 0 31 302 42 75
Binary 1111010 10101110 10111110 100100 1000 0 11001 11000010 100010 111101

Color Harmonies of #7AAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAEBE

Black with #7AAEBE

Text Example


Text Example

White with #7AAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,174,190); }

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

background-color css

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

 a { background-color: rgb(122,174,190); }

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

border-color css

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

 span { border-color: rgb(122,174,190); }

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