#7BAEBA

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

Shades of Glacier #7BAEBA

Tints of Glacier #7BAEBA

Color information

#7BAEBA (or 0x7BAEBA) is unknown color: approx Glacier. HEX triplet: 7B, AE and BA. RGB value is (123,174,186). Sum of RGB (Red+Green+Blue) = 123+174+186=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #7BAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAEBA is #845145. Grayscale: #A0A0A0. Windows color (decimal): -8671558 or 12234363. OLE color: 12234363.

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

Color convert

RGB123174186-
CMYK0.340.0600.27
HSL191.43º31.34%60.59%-
HSV(B)191.43º33.87%72.94%-
XYZ32.1738.0352.1-
YUV160.12142.6101.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.47%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=25.47%
G=36.02%
B=38.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231741860.340.0600.27191.4331.3460.59
Hex7BAEBA22601Bbf1f3d
Octal1732562724260332773775
Binary111101110101110101110101000101100110111011111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,174,186); }

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

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

 a { background-color: rgb(123,174,186); }

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

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

 span { border-color: rgb(123,174,186); }

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