#7FBABD

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

Shades of Glacier #7FBABD

Tints of Glacier #7FBABD

Color information

#7FBABD (or 0x7FBABD) is unknown color: approx Glacier. HEX triplet: 7F, BA and BD. RGB value is (127,186,189). Sum of RGB (Red+Green+Blue) = 127+186+189=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBABD is #804542. Grayscale: #A8A8A8. Windows color (decimal): -8406339 or 12434047. OLE color: 12434047.

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

Color convert

RGB127186189-
CMYK0.330.0200.26
HSL182.9º31.96%61.96%-
HSV(B)182.9º32.8%74.12%-
XYZ35.543.354.63-
YUV168.7139.4598.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.30%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=25.30%
G=37.05%
B=37.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271861890.330.0200.26182.931.9661.96
Hex7FBABD21201Ab7203e
Octal1772722754120322674076
Binary111111110111010101111011000011001101010110111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,186,189); }

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

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

 a { background-color: rgb(127,186,189); }

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

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

 span { border-color: rgb(127,186,189); }

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