#7CABB8

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

Shades of Glacier #7CABB8

Tints of Glacier #7CABB8

Color information

#7CABB8 (or 0x7CABB8) is unknown color: approx Glacier. HEX triplet: 7C, AB and B8. RGB value is (124,171,184). Sum of RGB (Red+Green+Blue) = 124+171+184=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 184 - color contains mainly: blue. Hex color #7CABB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABB8 is #835447. Grayscale: #9E9E9E. Windows color (decimal): -8606792 or 12102524. OLE color: 12102524.

HSL color Cylindrical-coordinate representation of color #7CABB8: hue angle of 193º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CABB8 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB124171184-
CMYK0.330.0700.28
HSL193º29.7%60.39%-
HSV(B)193º32.61%72.16%-
XYZ31.5336.8750.8-
YUV158.43142.43103.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.89%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 184 (72.27% from 255) = 38.41%
R=25.89%
G=35.70%
B=38.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1241711840.330.0700.2819329.760.39
Hex7CABB821701Cc11e3c
Octal1742532704170343013674
Binary111110010101011101110001000011110111001100000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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