#7FBCC6

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

Shades of Glacier #7FBCC6

Tints of Glacier #7FBCC6

Color information

#7FBCC6 (or 0x7FBCC6) is unknown color: approx Glacier. HEX triplet: 7F, BC and C6. RGB value is (127,188,198). Sum of RGB (Red+Green+Blue) = 127+188+198=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #7FBCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBCC6 is #804339. Grayscale: #AAAAAA. Windows color (decimal): -8405818 or 13024383. OLE color: 13024383.

HSL color Cylindrical-coordinate representation of color #7FBCC6: hue angle of 188.45º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FBCC6 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB127188198-
CMYK0.360.0500.22
HSL188.45º38.38%63.73%-
HSV(B)188.45º35.86%77.65%-
XYZ36.9344.5660.08-
YUV170.9143.2996.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.76%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=24.76%
G=36.65%
B=38.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271881980.360.0500.22188.4538.3863.73
Hex7FBCC6245016bc2640
Octal17727430644502627446100
Binary11111111011110011000110100100101010110101111001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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