#7CABBC

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

Shades of Glacier #7CABBC

Tints of Glacier #7CABBC

Color information

#7CABBC (or 0x7CABBC) is unknown color: approx Glacier. HEX triplet: 7C, AB and BC. RGB value is (124,171,188). Sum of RGB (Red+Green+Blue) = 124+171+188=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #7CABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABBC is #835443. Grayscale: #9E9E9E. Windows color (decimal): -8606788 or 12364668. OLE color: 12364668.

HSL color Cylindrical-coordinate representation of color #7CABBC: hue angle of 195.94º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CABBC is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB124171188-
CMYK0.340.0900.26
HSL195.94º32.32%61.18%-
HSV(B)195.94º34.04%73.73%-
XYZ31.9537.0453.04-
YUV158.88144.43103.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.67%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=25.67%
G=35.40%
B=38.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241711880.340.0900.26195.9432.3261.18
Hex7CABBC22901Ac4203d
Octal17425327442110323044075
Binary11111001010101110111100100010100101101011000100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,188); }

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

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

 a { background-color: rgb(124,171,188); }

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

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

 span { border-color: rgb(124,171,188); }

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