Html Css Color HEX #7EABBB Glacier

📋 copy color: '#7EABBB'

red 126 ◦ green 171 ◦ blue 187

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

Shades of Glacier #7EABBB

Tints of Glacier #7EABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.33%

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

R = 26.03%
G = 35.33%
B = 38.64%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7EABBB (or 0x7EABBB) is known color: Glacier. HEX triplet: 7E, AB and BB. RGB value is (126,171,187). Sum of RGB (Red+Green+Blue) = 126+171+187=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #7EABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABBB is #815444. Grayscale: #9F9F9F. Windows color (decimal): -8475717 or 12299134. OLE color: 12299134.

HSL color Cylindrical-coordinate representation of color #7EABBB: hue angle of 195.74º 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 #7EABBB is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 171 187 -
CMYK 0.33 0.09 0 0.27
HSL 195.74º 0.31% 0.61% -
HSV(B) 195.74º 0.33% 0.73% -
XYZ 32.14 37.15 52.49 -
YUV 159.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 126 171 187 0.33 0.09 0 0.27 195.74 0.31 0.61
Hex 7E AB BB 21 9 0 1B C4 1F 3D
Octal 176 253 273 41 11 0 33 304 37 75
Binary 1111110 10101011 10111011 100001 1001 0 11011 11000100 11111 111101

Color Harmonies of #7EABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EABBB

Black with #7EABBB

Text Example


Text Example

White with #7EABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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