Html Css Color HEX #7EACBC Glacier

📋 copy color: '#7EACBC'

red 126 ◦ green 172 ◦ blue 188

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

Shades of Glacier #7EACBC

Tints of Glacier #7EACBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 25.93%
G = 35.39%
B = 38.68%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7EACBC (or 0x7EACBC) is known color: Glacier. HEX triplet: 7E, AC and BC. RGB value is (126,172,188). Sum of RGB (Red+Green+Blue) = 126+172+188=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACBC is #815343. Grayscale: #9F9F9F. Windows color (decimal): -8475460 or 12364926. OLE color: 12364926.

HSL color Cylindrical-coordinate representation of color #7EACBC: hue angle of 195.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EACBC is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 172 188 -
CMYK 0.33 0.09 0 0.26
HSL 195.48º 0.32% 0.62% -
HSV(B) 195.48º 0.33% 0.74% -
XYZ 32.43 37.57 53.12 -
YUV 160.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 126 172 188 0.33 0.09 0 0.26 195.48 0.32 0.62
Hex 7E AC BC 21 9 0 1A C3 20 3E
Octal 176 254 274 41 11 0 32 303 40 76
Binary 1111110 10101100 10111100 100001 1001 0 11010 11000011 100000 111110

Color Harmonies of #7EACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACBC

Black with #7EACBC

Text Example


Text Example

White with #7EACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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