Html Css Color HEX #7EAFC0 Glacier

📋 copy color: '#7EAFC0'

red 126 ◦ green 175 ◦ blue 192

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

Shades of Glacier #7EAFC0

Tints of Glacier #7EAFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 25.56%
G = 35.5%
B = 38.95%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7EAFC0 (or 0x7EAFC0) is known color: Glacier. HEX triplet: 7E, AF and C0. RGB value is (126,175,192). Sum of RGB (Red+Green+Blue) = 126+175+192=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #7EAFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFC0 is #81503F. Grayscale: #A2A2A2. Windows color (decimal): -8474688 or 12627838. OLE color: 12627838.

HSL color Cylindrical-coordinate representation of color #7EAFC0: hue angle of 195.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EAFC0 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 175 192 -
CMYK 0.34 0.09 0 0.25
HSL 195.45º 0.34% 0.62% -
HSV(B) 195.45º 0.34% 0.75% -
XYZ 33.45 38.9 55.61 -
YUV 162.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 126 175 192 0.34 0.09 0 0.25 195.45 0.34 0.62
Hex 7E AF C0 22 9 0 19 C3 22 3E
Octal 176 257 300 42 11 0 31 303 42 76
Binary 1111110 10101111 11000000 100010 1001 0 11001 11000011 100010 111110

Color Harmonies of #7EAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAFC0

Black with #7EAFC0

Text Example


Text Example

White with #7EAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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