Html Css Color HEX #7FAEBF Glacier

📋 copy color: '#7FAEBF'

red 127 ◦ green 174 ◦ blue 191

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

Shades of Glacier #7FAEBF

Tints of Glacier #7FAEBF

RGB

 RED value IS 127 (50% from 255) = 25.81%

 GREEN value IS 174 (68.36% from 255) = 35.37%

 BLUE value IS 191 (75% from 255) = 38.82%

R = 25.81%
G = 35.37%
B = 38.82%

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

#7FAEBF (or 0x7FAEBF) is known color: Glacier. HEX triplet: 7F, AE and BF. RGB value is (127,174,191). Sum of RGB (Red+Green+Blue) = 127+174+191=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #7FAEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEBF is #805140. Grayscale: #A1A1A1. Windows color (decimal): -8409409 or 12562047. OLE color: 12562047.

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

Color convert

RGB 127 174 191 -
CMYK 0.34 0.09 0 0.25
HSL 195.94º 0.33% 0.62% -
HSV(B) 195.94º 0.34% 0.75% -
XYZ 33.29 38.55 54.98 -
YUV 161.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 127 174 191 0.34 0.09 0 0.25 195.94 0.33 0.62
Hex 7F AE BF 22 9 0 19 C4 21 3E
Octal 177 256 277 42 11 0 31 304 41 76
Binary 1111111 10101110 10111111 100010 1001 0 11001 11000100 100001 111110

Color Harmonies of #7FAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAEBF

Black with #7FAEBF

Text Example


Text Example

White with #7FAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,174,191); }

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

background-color css

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

 a { background-color: rgb(127,174,191); }

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

border-color css

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

 span { border-color: rgb(127,174,191); }

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