#7AB7BD

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

Shades of Glacier #7AB7BD

Tints of Glacier #7AB7BD

Color information

#7AB7BD (or 0x7AB7BD) is unknown color: approx Glacier. HEX triplet: 7A, B7 and BD. RGB value is (122,183,189). Sum of RGB (Red+Green+Blue) = 122+183+189=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #7AB7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB7BD is #854842. Grayscale: #A5A5A5. Windows color (decimal): -8734787 or 12433274. OLE color: 12433274.

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

Color convert

RGB122183189-
CMYK0.350.0300.26
HSL185.37º33.67%60.98%-
HSV(B)185.37º35.45%74.12%-
XYZ34.1441.6854.39-
YUV165.44141.2997.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.70%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=24.70%
G=37.04%
B=38.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221831890.350.0300.26185.3733.6760.98
Hex7AB7BD23301Ab9223d
Octal1722672754330322714275
Binary111101010110111101111011000111101101010111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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