Html Css Color HEX #7EACBB Glacier

📋 copy color: '#7EACBB'

red 126 ◦ green 172 ◦ blue 187

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

Shades of Glacier #7EACBB

Tints of Glacier #7EACBB

RGB

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

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

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

R = 25.98%
G = 35.46%
B = 38.56%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7EACBB (or 0x7EACBB) is known color: Glacier. HEX triplet: 7E, AC and BB. RGB value is (126,172,187). Sum of RGB (Red+Green+Blue) = 126+172+187=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #7EACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACBB is #815344. Grayscale: #9F9F9F. Windows color (decimal): -8475461 or 12299390. OLE color: 12299390.

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

Color convert

RGB 126 172 187 -
CMYK 0.33 0.08 0 0.27
HSL 194.75º 0.31% 0.61% -
HSV(B) 194.75º 0.33% 0.73% -
XYZ 32.33 37.53 52.55 -
YUV 159.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 126 172 187 0.33 0.08 0 0.27 194.75 0.31 0.61
Hex 7E AC BB 21 8 0 1B C3 1F 3D
Octal 176 254 273 41 10 0 33 303 37 75
Binary 1111110 10101100 10111011 100001 1000 0 11011 11000011 11111 111101

Color Harmonies of #7EACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACBB

Black with #7EACBB

Text Example


Text Example

White with #7EACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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