Html Css Color HEX #7FA6BC Glacier

📋 copy color: '#7FA6BC'

red 127 ◦ green 166 ◦ blue 188

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

Shades of Glacier #7FA6BC

Tints of Glacier #7FA6BC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.51%

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

R = 26.4%
G = 34.51%
B = 39.09%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7FA6BC (or 0x7FA6BC) is known color: Glacier. HEX triplet: 7F, A6 and BC. RGB value is (127,166,188). Sum of RGB (Red+Green+Blue) = 127+166+188=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #7FA6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA6BC is #805943. Grayscale: #9C9C9C. Windows color (decimal): -8411460 or 12363391. OLE color: 12363391.

HSL color Cylindrical-coordinate representation of color #7FA6BC: hue angle of 201.64º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FA6BC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 166 188 -
CMYK 0.32 0.12 0 0.26
HSL 201.64º 0.31% 0.62% -
HSV(B) 201.64º 0.32% 0.74% -
XYZ 31.47 35.42 52.75 -
YUV 156.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 127 166 188 0.32 0.12 0 0.26 201.64 0.31 0.62
Hex 7F A6 BC 20 C 0 1A CA 1F 3E
Octal 177 246 274 40 14 0 32 312 37 76
Binary 1111111 10100110 10111100 100000 1100 0 11010 11001010 11111 111110

Color Harmonies of #7FA6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA6BC

Black with #7FA6BC

Text Example


Text Example

White with #7FA6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,166,188); }

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

background-color css

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

 a { background-color: rgb(127,166,188); }

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

border-color css

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

 span { border-color: rgb(127,166,188); }

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