#7CB5C1

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

Shades of Glacier #7CB5C1

Tints of Glacier #7CB5C1

Color information

#7CB5C1 (or 0x7CB5C1) is unknown color: approx Glacier. HEX triplet: 7C, B5 and C1. RGB value is (124,181,193). Sum of RGB (Red+Green+Blue) = 124+181+193=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #7CB5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5C1 is #834A3E. Grayscale: #A5A5A5. Windows color (decimal): -8604223 or 12694908. OLE color: 12694908.

HSL color Cylindrical-coordinate representation of color #7CB5C1: hue angle of 190.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CB5C1 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124181193-
CMYK0.360.0600.24
HSL190.43º35.75%62.16%-
HSV(B)190.43º35.75%75.69%-
XYZ34.4641.1856.58-
YUV165.32143.6298.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.90%
GREEN value IS 181 (71.09% from 255) = 36.35%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=24.90%
G=36.35%
B=38.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241811930.360.0600.24190.4335.7562.16
Hex7CB5C1246018be243e
Octal1742653014460302764476
Binary1111100101101011100000110010011001100010111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,181,193); }

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

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

 a { background-color: rgb(124,181,193); }

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

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

 span { border-color: rgb(124,181,193); }

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