#7BB2BB

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

Shades of Glacier #7BB2BB

Tints of Glacier #7BB2BB

Color information

#7BB2BB (or 0x7BB2BB) is unknown color: approx Glacier. HEX triplet: 7B, B2 and BB. RGB value is (123,178,187). Sum of RGB (Red+Green+Blue) = 123+178+187=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #7BB2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB2BB is #844D44. Grayscale: #A2A2A2. Windows color (decimal): -8670533 or 12300923. OLE color: 12300923.

HSL color Cylindrical-coordinate representation of color #7BB2BB: hue angle of 188.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BB2BB is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123178187-
CMYK0.340.0500.27
HSL188.44º32%60.78%-
HSV(B)188.44º34.22%73.33%-
XYZ33.0639.6452.92-
YUV162.58141.7899.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.20%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=25.20%
G=36.48%
B=38.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231781870.340.0500.27188.443260.78
Hex7BB2BB22501Bbc203d
Octal1732622734250332744075
Binary1111011101100101011101110001010101101110111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,178,187); }

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

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

 a { background-color: rgb(123,178,187); }

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

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

 span { border-color: rgb(123,178,187); }

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