Html Css Color HEX #7EAFBC Glacier

📋 copy color: '#7EAFBC'

red 126 ◦ green 175 ◦ blue 188

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

Shades of Glacier #7EAFBC

Tints of Glacier #7EAFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.79%

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

R = 25.77%
G = 35.79%
B = 38.45%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7EAFBC (or 0x7EAFBC) is known color: Glacier. HEX triplet: 7E, AF and BC. RGB value is (126,175,188). Sum of RGB (Red+Green+Blue) = 126+175+188=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFBC is #815043. Grayscale: #A1A1A1. Windows color (decimal): -8474692 or 12365694. OLE color: 12365694.

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

Color convert

RGB 126 175 188 -
CMYK 0.33 0.07 0 0.26
HSL 192.58º 0.32% 0.62% -
HSV(B) 192.58º 0.33% 0.74% -
XYZ 33.01 38.73 53.31 -
YUV 161.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 126 175 188 0.33 0.07 0 0.26 192.58 0.32 0.62
Hex 7E AF BC 21 7 0 1A C1 20 3E
Octal 176 257 274 41 7 0 32 301 40 76
Binary 1111110 10101111 10111100 100001 111 0 11010 11000001 100000 111110

Color Harmonies of #7EAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAFBC

Black with #7EAFBC

Text Example


Text Example

White with #7EAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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