#7CABBE

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

Shades of Glacier #7CABBE

Tints of Glacier #7CABBE

Color information

#7CABBE (or 0x7CABBE) is unknown color: approx Glacier. HEX triplet: 7C, AB and BE. RGB value is (124,171,190). Sum of RGB (Red+Green+Blue) = 124+171+190=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABBE is #835441. Grayscale: #9E9E9E. Windows color (decimal): -8606786 or 12495740. OLE color: 12495740.

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

Color convert

RGB124171190-
CMYK0.350.1000.25
HSL197.27º33.67%61.57%-
HSV(B)197.27º34.74%74.51%-
XYZ32.1737.1354.19-
YUV159.11145.43102.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.57%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=25.57%
G=35.26%
B=39.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241711900.350.1000.25197.2733.6761.57
Hex7CABBE23A019c5223e
Octal17425327643120313054276
Binary11111001010101110111110100011101001100111000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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