#7CBABE

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

Shades of Glacier #7CBABE

Tints of Glacier #7CBABE

Color information

#7CBABE (or 0x7CBABE) is unknown color: approx Glacier. HEX triplet: 7C, BA and BE. RGB value is (124,186,190). Sum of RGB (Red+Green+Blue) = 124+186+190=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CBABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBABE is #834541. Grayscale: #A7A7A7. Windows color (decimal): -8602946 or 12499580. OLE color: 12499580.

HSL color Cylindrical-coordinate representation of color #7CBABE: hue angle of 183.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBABE is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124186190-
CMYK0.350.0200.25
HSL183.64º33.67%61.57%-
HSV(B)183.64º34.74%74.51%-
XYZ35.1743.1255.18-
YUV167.92140.4696.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.8%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 190 (74.61% from 255) = 38%
R=24.8%
G=37.2%
B=38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241861900.350.0200.25183.6433.6761.57
Hex7CBABE232019b8223e
Octal1742722764320312704276
Binary111110010111010101111101000111001100110111000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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