Html Css Color HEX #7EADB5 Glacier

📋 copy color: '#7EADB5'

red 126 ◦ green 173 ◦ blue 181

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

Shades of Glacier #7EADB5

Tints of Glacier #7EADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.04%

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

R = 26.25%
G = 36.04%
B = 37.71%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7EADB5 (or 0x7EADB5) is known color: Glacier. HEX triplet: 7E, AD and B5. RGB value is (126,173,181). Sum of RGB (Red+Green+Blue) = 126+173+181=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 181 - color contains mainly: blue. Hex color #7EADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADB5 is #81524A. Grayscale: #9F9F9F. Windows color (decimal): -8475211 or 11906430. OLE color: 11906430.

HSL color Cylindrical-coordinate representation of color #7EADB5: hue angle of 188.73º 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 #7EADB5 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 173 181 -
CMYK 0.30 0.04 0 0.29
HSL 188.73º 0.27% 0.6% -
HSV(B) 188.73º 0.3% 0.71% -
XYZ 31.89 37.66 49.3 -
YUV 159.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 126 173 181 0.30 0.04 0 0.29 188.73 0.27 0.6
Hex 7E AD B5 1E 4 0 1D BD 1B 3C
Octal 176 255 265 36 4 0 35 275 33 74
Binary 1111110 10101101 10110101 11110 100 0 11101 10111101 11011 111100

Color Harmonies of #7EADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADB5

Black with #7EADB5

Text Example


Text Example

White with #7EADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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