#7CBEC1

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

Shades of Glacier #7CBEC1

Tints of Glacier #7CBEC1

Color information

#7CBEC1 (or 0x7CBEC1) is unknown color: approx Glacier. HEX triplet: 7C, BE and C1. RGB value is (124,190,193). Sum of RGB (Red+Green+Blue) = 124+190+193=507 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.46% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #7CBEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBEC1 is #83413E. Grayscale: #AAAAAA. Windows color (decimal): -8601919 or 12697212. OLE color: 12697212.

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

Color convert

RGB124190193-
CMYK0.360.0200.24
HSL182.61º35.75%62.16%-
HSV(B)182.61º35.75%75.69%-
XYZ36.3544.9657.21-
YUV170.61140.6394.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.46%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=24.46%
G=37.48%
B=38.07%

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
Decimal1241901930.360.0200.24182.6135.7562.16
Hex7CBEC1242018b7243e
Octal1742763014420302674476
Binary111110010111110110000011001001001100010110111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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