#7CB9BF

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

Shades of Glacier #7CB9BF

Tints of Glacier #7CB9BF

Color information

#7CB9BF (or 0x7CB9BF) is unknown color: approx Glacier. HEX triplet: 7C, B9 and BF. RGB value is (124,185,191). Sum of RGB (Red+Green+Blue) = 124+185+191=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #7CB9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB9BF is #834640. Grayscale: #A7A7A7. Windows color (decimal): -8603201 or 12564860. OLE color: 12564860.

HSL color Cylindrical-coordinate representation of color #7CB9BF: hue angle of 185.37º 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 #7CB9BF is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124185191-
CMYK0.350.0300.25
HSL185.37º34.36%61.76%-
HSV(B)185.37º35.08%74.9%-
XYZ35.0742.7455.69-
YUV167.44141.2997.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.8%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 191 (75% from 255) = 38.2%
R=24.8%
G=37%
B=38.2%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241851910.350.0300.25185.3734.3661.76
Hex7CB9BF233019b9223e
Octal1742712774330312714276
Binary111110010111001101111111000111101100110111001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,191); }

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

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

 a { background-color: rgb(124,185,191); }

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

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

 span { border-color: rgb(124,185,191); }

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