#7CBABD

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

Shades of Glacier #7CBABD

Tints of Glacier #7CBABD

Color information

#7CBABD (or 0x7CBABD) is unknown color: approx Glacier. HEX triplet: 7C, BA and BD. RGB value is (124,186,189). Sum of RGB (Red+Green+Blue) = 124+186+189=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #7CBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBABD is #834542. Grayscale: #A7A7A7. Windows color (decimal): -8602947 or 12434044. OLE color: 12434044.

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

Color convert

RGB124186189-
CMYK0.340.0200.26
HSL182.77º32.99%61.37%-
HSV(B)182.77º34.39%74.12%-
XYZ35.0643.0854.61-
YUV167.8139.9696.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.85%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=24.85%
G=37.27%
B=37.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241861890.340.0200.26182.7732.9961.37
Hex7CBABD22201Ab7213d
Octal1742722754220322674175
Binary111110010111010101111011000101001101010110111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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