Html Css Color HEX #7FA9BE Glacier

📋 copy color: '#7FA9BE'

red 127 ◦ green 169 ◦ blue 190

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

Shades of Glacier #7FA9BE

Tints of Glacier #7FA9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.77%

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 26.13%
G = 34.77%
B = 39.09%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7FA9BE (or 0x7FA9BE) is known color: Glacier. HEX triplet: 7F, A9 and BE. RGB value is (127,169,190). Sum of RGB (Red+Green+Blue) = 127+169+190=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FA9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA9BE is #805641. Grayscale: #9E9E9E. Windows color (decimal): -8410690 or 12495231. OLE color: 12495231.

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

Color convert

RGB 127 169 190 -
CMYK 0.33 0.11 0 0.25
HSL 200º 0.33% 0.62% -
HSV(B) 200º 0.33% 0.75% -
XYZ 32.23 36.61 54.08 -
YUV 158.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 127 169 190 0.33 0.11 0 0.25 200 0.33 0.62
Hex 7F A9 BE 21 B 0 19 C8 21 3E
Octal 177 251 276 41 13 0 31 310 41 76
Binary 1111111 10101001 10111110 100001 1011 0 11001 11001000 100001 111110

Color Harmonies of #7FA9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA9BE

Black with #7FA9BE

Text Example


Text Example

White with #7FA9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,169,190); }

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

background-color css

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

 a { background-color: rgb(127,169,190); }

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

border-color css

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

 span { border-color: rgb(127,169,190); }

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