Html Css Color HEX #7EAEBB Glacier

📋 copy color: '#7EAEBB'

red 126 ◦ green 174 ◦ blue 187

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

Shades of Glacier #7EAEBB

Tints of Glacier #7EAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 25.87%
G = 35.73%
B = 38.4%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7EAEBB (or 0x7EAEBB) is known color: Glacier. HEX triplet: 7E, AE and BB. RGB value is (126,174,187). Sum of RGB (Red+Green+Blue) = 126+174+187=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #7EAEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAEBB is #815144. Grayscale: #A1A1A1. Windows color (decimal): -8474949 or 12299902. OLE color: 12299902.

HSL color Cylindrical-coordinate representation of color #7EAEBB: hue angle of 192.79º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EAEBB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 174 187 -
CMYK 0.33 0.07 0 0.27
HSL 192.79º 0.31% 0.61% -
HSV(B) 192.79º 0.33% 0.73% -
XYZ 32.71 38.3 52.68 -
YUV 161.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 126 174 187 0.33 0.07 0 0.27 192.79 0.31 0.61
Hex 7E AE BB 21 7 0 1B C1 1F 3D
Octal 176 256 273 41 7 0 33 301 37 75
Binary 1111110 10101110 10111011 100001 111 0 11011 11000001 11111 111101

Color Harmonies of #7EAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAEBB

Black with #7EAEBB

Text Example


Text Example

White with #7EAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,174,187); }

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

background-color css

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

 a { background-color: rgb(126,174,187); }

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

border-color css

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

 span { border-color: rgb(126,174,187); }

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