Html Css Color HEX #7EAAB8 Glacier

📋 copy color: '#7EAAB8'

red 126 ◦ green 170 ◦ blue 184

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

Shades of Glacier #7EAAB8

Tints of Glacier #7EAAB8

RGB

 RED value IS 126 (49.61% from 255) = 26.25%

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

 BLUE value IS 184 (72.27% from 255) = 38.33%

R = 26.25%
G = 35.42%
B = 38.33%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7EAAB8 (or 0x7EAAB8) is known color: Glacier. HEX triplet: 7E, AA and B8. RGB value is (126,170,184). Sum of RGB (Red+Green+Blue) = 126+170+184=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 184 - color contains mainly: blue. Hex color #7EAAB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAAB8 is #815547. Grayscale: #9E9E9E. Windows color (decimal): -8475976 or 12102270. OLE color: 12102270.

HSL color Cylindrical-coordinate representation of color #7EAAB8: hue angle of 194.48º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EAAB8 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 126 170 184 -
CMYK 0.32 0.08 0 0.28
HSL 194.48º 0.29% 0.61% -
HSV(B) 194.48º 0.32% 0.72% -
XYZ 31.63 36.65 50.75 -
YUV 158.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 126 170 184 0.32 0.08 0 0.28 194.48 0.29 0.61
Hex 7E AA B8 20 8 0 1C C2 1D 3D
Octal 176 252 270 40 10 0 34 302 35 75
Binary 1111110 10101010 10111000 100000 1000 0 11100 11000010 11101 111101

Color Harmonies of #7EAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAAB8

Black with #7EAAB8

Text Example


Text Example

White with #7EAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,170,184); }

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

background-color css

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

 a { background-color: rgb(126,170,184); }

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

border-color css

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

 span { border-color: rgb(126,170,184); }

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