#7ABBBF

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

Shades of Glacier #7ABBBF

Tints of Glacier #7ABBBF

Color information

#7ABBBF (or 0x7ABBBF) is unknown color: approx Glacier. HEX triplet: 7A, BB and BF. RGB value is (122,187,191). Sum of RGB (Red+Green+Blue) = 122+187+191=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #7ABBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBBF is #854440. Grayscale: #A7A7A7. Windows color (decimal): -8733761 or 12565370. OLE color: 12565370.

HSL color Cylindrical-coordinate representation of color #7ABBBF: hue angle of 183.48º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABBBF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122187191-
CMYK0.360.0200.25
HSL183.48º35.03%61.37%-
HSV(B)183.48º36.13%74.9%-
XYZ35.243.4455.82-
YUV168.02140.9795.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.4%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 191 (75% from 255) = 38.2%
R=24.4%
G=37.4%
B=38.2%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221871910.360.0200.25183.4835.0361.37
Hex7ABBBF242019b7233d
Octal1722732774420312674375
Binary111101010111011101111111001001001100110110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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