#7AB6BD

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

Shades of Glacier #7AB6BD

Tints of Glacier #7AB6BD

Color information

#7AB6BD (or 0x7AB6BD) is unknown color: approx Glacier. HEX triplet: 7A, B6 and BD. RGB value is (122,182,189). Sum of RGB (Red+Green+Blue) = 122+182+189=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #7AB6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB6BD is #854942. Grayscale: #A4A4A4. Windows color (decimal): -8735043 or 12433018. OLE color: 12433018.

HSL color Cylindrical-coordinate representation of color #7AB6BD: hue angle of 186.27º degrees, saturation: 0.34, 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 #7AB6BD is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122182189-
CMYK0.350.0400.26
HSL186.27º33.67%60.98%-
HSV(B)186.27º35.45%74.12%-
XYZ33.9441.2754.32-
YUV164.86141.6297.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=24.75%
G=36.92%
B=38.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221821890.350.0400.26186.2733.6760.98
Hex7AB6BD23401Aba223d
Octal1722662754340322724275
Binary1111010101101101011110110001110001101010111010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,182,189); }

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

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

 a { background-color: rgb(122,182,189); }

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

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

 span { border-color: rgb(122,182,189); }

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