#7AB3BC

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

Shades of Glacier #7AB3BC

Tints of Glacier #7AB3BC

Color information

#7AB3BC (or 0x7AB3BC) is unknown color: approx Glacier. HEX triplet: 7A, B3 and BC. RGB value is (122,179,188). Sum of RGB (Red+Green+Blue) = 122+179+188=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #7AB3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB3BC is #854C43. Grayscale: #A2A2A2. Windows color (decimal): -8735812 or 12366714. OLE color: 12366714.

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

Color convert

RGB122179188-
CMYK0.350.0500.26
HSL188.18º33%60.78%-
HSV(B)188.18º35.11%73.73%-
XYZ33.2240.0153.55-
YUV162.98142.1298.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.95%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=24.95%
G=36.61%
B=38.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221791880.350.0500.26188.183360.78
Hex7AB3BC23501Abc213d
Octal1722632744350322744175
Binary1111010101100111011110010001110101101010111100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,179,188); }

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

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

 a { background-color: rgb(122,179,188); }

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

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

 span { border-color: rgb(122,179,188); }

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