#7BB3C1

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

Shades of Glacier #7BB3C1

Tints of Glacier #7BB3C1

Color information

#7BB3C1 (or 0x7BB3C1) is unknown color: approx Glacier. HEX triplet: 7B, B3 and C1. RGB value is (123,179,193). Sum of RGB (Red+Green+Blue) = 123+179+193=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #7BB3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB3C1 is #844C3E. Grayscale: #A3A3A3. Windows color (decimal): -8670271 or 12694395. OLE color: 12694395.

HSL color Cylindrical-coordinate representation of color #7BB3C1: hue angle of 192º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BB3C1 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB123179193-
CMYK0.360.0700.24
HSL192º36.08%61.96%-
HSV(B)192º36.27%75.69%-
XYZ33.9140.356.44-
YUV163.85144.4598.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.85%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=24.85%
G=36.16%
B=38.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231791930.360.0700.2419236.0861.96
Hex7BB3C1247018c0243e
Octal1732633014470303004476
Binary1111011101100111100000110010011101100011000000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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