#7CA9BE

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

Shades of Glacier #7CA9BE

Tints of Glacier #7CA9BE

Color information

#7CA9BE (or 0x7CA9BE) is unknown color: approx Glacier. HEX triplet: 7C, A9 and BE. RGB value is (124,169,190). Sum of RGB (Red+Green+Blue) = 124+169+190=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CA9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA9BE is #835641. Grayscale: #9D9D9D. Windows color (decimal): -8607298 or 12495228. OLE color: 12495228.

HSL color Cylindrical-coordinate representation of color #7CA9BE: hue angle of 199.09º 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 #7CA9BE is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124169190-
CMYK0.350.1100.25
HSL199.09º33.67%61.57%-
HSV(B)199.09º34.74%74.51%-
XYZ31.7936.3854.06-
YUV157.94146.09103.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.67%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=25.67%
G=34.99%
B=39.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241691900.350.1100.25199.0933.6761.57
Hex7CA9BE23B019c7223e
Octal17425127643130313074276
Binary11111001010100110111110100011101101100111000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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