#7ABBC2

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

Shades of Glacier #7ABBC2

Tints of Glacier #7ABBC2

Color information

#7ABBC2 (or 0x7ABBC2) is unknown color: approx Glacier. HEX triplet: 7A, BB and C2. RGB value is (122,187,194). Sum of RGB (Red+Green+Blue) = 122+187+194=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #7ABBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBC2 is #85443D. Grayscale: #A8A8A8. Windows color (decimal): -8733758 or 12761978. OLE color: 12761978.

HSL color Cylindrical-coordinate representation of color #7ABBC2: hue angle of 185.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7ABBC2 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB122187194-
CMYK0.370.0400.24
HSL185.83º37.11%61.96%-
HSV(B)185.83º37.11%76.08%-
XYZ35.5343.5757.58-
YUV168.36142.4794.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.25%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=24.25%
G=37.18%
B=38.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221871940.370.0400.24185.8337.1161.96
Hex7ABBC2254018ba253e
Octal1722733024540302724576
Binary1111010101110111100001010010110001100010111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,187,194); }

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

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

 a { background-color: rgb(122,187,194); }

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

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

 span { border-color: rgb(122,187,194); }

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