#7BB3BD

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

Shades of Glacier #7BB3BD

Tints of Glacier #7BB3BD

Color information

#7BB3BD (or 0x7BB3BD) is unknown color: approx Glacier. HEX triplet: 7B, B3 and BD. RGB value is (123,179,189). Sum of RGB (Red+Green+Blue) = 123+179+189=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #7BB3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB3BD is #844C42. Grayscale: #A3A3A3. Windows color (decimal): -8670275 or 12432251. OLE color: 12432251.

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

Color convert

RGB123179189-
CMYK0.350.0500.26
HSL189.09º33.33%61.18%-
HSV(B)189.09º34.92%74.12%-
XYZ33.4740.1354.12-
YUV163.4142.4599.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.05%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=25.05%
G=36.46%
B=38.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231791890.350.0500.26189.0933.3361.18
Hex7BB3BD23501Abd213d
Octal1732632754350322754175
Binary1111011101100111011110110001110101101010111101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,179,189); }

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

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

 a { background-color: rgb(123,179,189); }

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

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

 span { border-color: rgb(123,179,189); }

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