#7CAABE

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

Shades of Glacier #7CAABE

Tints of Glacier #7CAABE

Color information

#7CAABE (or 0x7CAABE) is unknown color: approx Glacier. HEX triplet: 7C, AA and BE. RGB value is (124,170,190). Sum of RGB (Red+Green+Blue) = 124+170+190=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CAABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAABE is #835541. Grayscale: #9E9E9E. Windows color (decimal): -8607042 or 12495484. OLE color: 12495484.

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

Color convert

RGB124170190-
CMYK0.350.1100.25
HSL198.18º33.67%61.57%-
HSV(B)198.18º34.74%74.51%-
XYZ31.9836.7554.12-
YUV158.53145.76103.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.62%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=25.62%
G=35.12%
B=39.26%

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
Decimal1241701900.350.1100.25198.1833.6761.57
Hex7CAABE23B019c6223e
Octal17425227643130313064276
Binary11111001010101010111110100011101101100111000110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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