#7ABCBD

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

Shades of Glacier #7ABCBD

Tints of Glacier #7ABCBD

Color information

#7ABCBD (or 0x7ABCBD) is unknown color: approx Glacier. HEX triplet: 7A, BC and BD. RGB value is (122,188,189). Sum of RGB (Red+Green+Blue) = 122+188+189=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #7ABCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCBD is #854342. Grayscale: #A8A8A8. Windows color (decimal): -8733507 or 12434554. OLE color: 12434554.

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

Color convert

RGB122188189-
CMYK0.350.0100.26
HSL180.9º33.67%60.98%-
HSV(B)180.9º35.45%74.12%-
XYZ35.1943.7854.74-
YUV168.38139.6394.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.45%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=24.45%
G=37.68%
B=37.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221881890.350.0100.26180.933.6760.98
Hex7ABCBD23101Ab5223d
Octal1722742754310322654275
Binary11110101011110010111101100011101101010110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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