Html Css Color HEX #7EACB5 Glacier

📋 copy color: '#7EACB5'

red 126 ◦ green 172 ◦ blue 181

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

Shades of Glacier #7EACB5

Tints of Glacier #7EACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.91%

 BLUE value IS 181 (71.09% from 255) = 37.79%

R = 26.3%
G = 35.91%
B = 37.79%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7EACB5 (or 0x7EACB5) is known color: Glacier. HEX triplet: 7E, AC and B5. RGB value is (126,172,181). Sum of RGB (Red+Green+Blue) = 126+172+181=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #7EACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACB5 is #81534A. Grayscale: #9F9F9F. Windows color (decimal): -8475467 or 11906174. OLE color: 11906174.

HSL color Cylindrical-coordinate representation of color #7EACB5: hue angle of 189.82º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EACB5 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 172 181 -
CMYK 0.30 0.05 0 0.29
HSL 189.82º 0.27% 0.6% -
HSV(B) 189.82º 0.3% 0.71% -
XYZ 31.7 37.28 49.24 -
YUV 159.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 126 172 181 0.30 0.05 0 0.29 189.82 0.27 0.6
Hex 7E AC B5 1E 5 0 1D BE 1B 3C
Octal 176 254 265 36 5 0 35 276 33 74
Binary 1111110 10101100 10110101 11110 101 0 11101 10111110 11011 111100

Color Harmonies of #7EACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACB5

Black with #7EACB5

Text Example


Text Example

White with #7EACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,172,181); }

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

background-color css

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

 a { background-color: rgb(126,172,181); }

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

border-color css

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

 span { border-color: rgb(126,172,181); }

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