#7CB2C1

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

Shades of Glacier #7CB2C1

Tints of Glacier #7CB2C1

Color information

#7CB2C1 (or 0x7CB2C1) is unknown color: approx Glacier. HEX triplet: 7C, B2 and C1. RGB value is (124,178,193). Sum of RGB (Red+Green+Blue) = 124+178+193=495 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.05% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #7CB2C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB2C1 is #834D3E. Grayscale: #A3A3A3. Windows color (decimal): -8604991 or 12694140. OLE color: 12694140.

HSL color Cylindrical-coordinate representation of color #7CB2C1: hue angle of 193.04º 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 #7CB2C1 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124178193-
CMYK0.360.0800.24
HSL193.04º35.75%62.16%-
HSV(B)193.04º35.75%75.69%-
XYZ33.8639.9856.38-
YUV163.56144.6199.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.05%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=25.05%
G=35.96%
B=38.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241781930.360.0800.24193.0435.7562.16
Hex7CB2C1248018c1243e
Octal17426230144100303014476
Binary11111001011001011000001100100100001100011000001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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