#7BB4BB

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

Shades of Glacier #7BB4BB

Tints of Glacier #7BB4BB

Color information

#7BB4BB (or 0x7BB4BB) is unknown color: approx Glacier. HEX triplet: 7B, B4 and BB. RGB value is (123,180,187). Sum of RGB (Red+Green+Blue) = 123+180+187=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #7BB4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB4BB is #844B44. Grayscale: #A3A3A3. Windows color (decimal): -8670021 or 12301435. OLE color: 12301435.

HSL color Cylindrical-coordinate representation of color #7BB4BB: hue angle of 186.56º 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 #7BB4BB is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123180187-
CMYK0.340.0400.27
HSL186.56º32%60.78%-
HSV(B)186.56º34.22%73.33%-
XYZ33.4640.4453.06-
YUV163.76141.1298.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.10%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=25.10%
G=36.73%
B=38.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231801870.340.0400.27186.563260.78
Hex7BB4BB22401Bbb203d
Octal1732642734240332734075
Binary1111011101101001011101110001010001101110111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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