#7ABBBC

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

Shades of Glacier #7ABBBC

Tints of Glacier #7ABBBC

Color information

#7ABBBC (or 0x7ABBBC) is unknown color: approx Glacier. HEX triplet: 7A, BB and BC. RGB value is (122,187,188). Sum of RGB (Red+Green+Blue) = 122+187+188=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #7ABBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBBC is #854443. Grayscale: #A7A7A7. Windows color (decimal): -8733764 or 12368762. OLE color: 12368762.

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

Color convert

RGB122187188-
CMYK0.350.0100.26
HSL180.91º33%60.78%-
HSV(B)180.91º35.11%73.73%-
XYZ34.8743.3154.1-
YUV167.68139.4795.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.55%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=24.55%
G=37.63%
B=37.83%

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
Decimal1221871880.350.0100.26180.913360.78
Hex7ABBBC23101Ab5213d
Octal1722732744310322654175
Binary11110101011101110111100100011101101010110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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