#7CAEBE

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

Shades of Glacier #7CAEBE

Tints of Glacier #7CAEBE

Color information

#7CAEBE (or 0x7CAEBE) is unknown color: approx Glacier. HEX triplet: 7C, AE and BE. RGB value is (124,174,190). Sum of RGB (Red+Green+Blue) = 124+174+190=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CAEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAEBE is #835141. Grayscale: #A0A0A0. Windows color (decimal): -8606018 or 12496508. OLE color: 12496508.

HSL color Cylindrical-coordinate representation of color #7CAEBE: hue angle of 194.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CAEBE is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124174190-
CMYK0.350.0800.25
HSL194.55º33.67%61.57%-
HSV(B)194.55º34.74%74.51%-
XYZ32.7438.2754.38-
YUV160.87144.44101.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.41%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=25.41%
G=35.66%
B=38.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241741900.350.0800.25194.5533.6761.57
Hex7CAEBE238019c3223e
Octal17425627643100313034276
Binary11111001010111010111110100011100001100111000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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