#7CBFC3

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

Shades of Glacier #7CBFC3

Tints of Glacier #7CBFC3

Color information

#7CBFC3 (or 0x7CBFC3) is unknown color: approx Glacier. HEX triplet: 7C, BF and C3. RGB value is (124,191,195). Sum of RGB (Red+Green+Blue) = 124+191+195=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #7CBFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBFC3 is #83403C. Grayscale: #ABABAB. Windows color (decimal): -8601661 or 12828540. OLE color: 12828540.

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

Color convert

RGB124191195-
CMYK0.360.0200.24
HSL183.38º37.17%62.55%-
HSV(B)183.38º36.41%76.47%-
XYZ36.7945.4958.47-
YUV171.42141.394.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.31%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=24.31%
G=37.45%
B=38.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241911950.360.0200.24183.3837.1762.55
Hex7CBFC3242018b7253f
Octal1742773034420302674577
Binary111110010111111110000111001001001100010110111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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