#7FAFBE

Color #7FAFBE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7FAFBE

Tints of Glacier #7FAFBE

Color information

#7FAFBE (or 0x7FAFBE) is unknown color: approx Glacier. HEX triplet: 7F, AF and BE. RGB value is (127,175,190). Sum of RGB (Red+Green+Blue) = 127+175+190=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFBE is #805041. Grayscale: #A2A2A2. Windows color (decimal): -8409154 or 12496767. OLE color: 12496767.

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

Color convert

RGB127175190-
CMYK0.330.0800.25
HSL194.29º32.64%62.16%-
HSV(B)194.29º33.16%74.51%-
XYZ33.3838.8954.46-
YUV162.36143.6102.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.81%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=25.81%
G=35.57%
B=38.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271751900.330.0800.25194.2932.6462.16
Hex7FAFBE218019c2213e
Octal17725727641100313024176
Binary11111111010111110111110100001100001100111000010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FAFBE;
 }
 .AnyTagClassName
 {
   color: #7FAFBE;
 }
</style>
background-color css

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

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

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

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

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

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