#7CBCC4

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

Shades of Glacier #7CBCC4

Tints of Glacier #7CBCC4

Color information

#7CBCC4 (or 0x7CBCC4) is unknown color: approx Glacier. HEX triplet: 7C, BC and C4. RGB value is (124,188,196). Sum of RGB (Red+Green+Blue) = 124+188+196=508 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.41% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 196 - color contains mainly: blue. Hex color #7CBCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCC4 is #83433B. Grayscale: #A9A9A9. Windows color (decimal): -8602428 or 12893308. OLE color: 12893308.

HSL color Cylindrical-coordinate representation of color #7CBCC4: hue angle of 186.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CBCC4 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB124188196-
CMYK0.370.0400.23
HSL186.67º37.89%62.75%-
HSV(B)186.67º36.73%76.86%-
XYZ36.2644.2458.85-
YUV169.78142.895.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.41%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 196 (76.95% from 255) = 38.58%
R=24.41%
G=37.01%
B=38.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1241881960.370.0400.23186.6737.8962.75
Hex7CBCC4254017bb263f
Octal1742743044540272734677
Binary1111100101111001100010010010110001011110111011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,188,196); }

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

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

 a { background-color: rgb(124,188,196); }

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

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

 span { border-color: rgb(124,188,196); }

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