#7BBEC6

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

Shades of Glacier #7BBEC6

Tints of Glacier #7BBEC6

Color information

#7BBEC6 (or 0x7BBEC6) is unknown color: approx Glacier. HEX triplet: 7B, BE and C6. RGB value is (123,190,198). Sum of RGB (Red+Green+Blue) = 123+190+198=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #7BBEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBEC6 is #844139. Grayscale: #AAAAAA. Windows color (decimal): -8667450 or 13024891. OLE color: 13024891.

HSL color Cylindrical-coordinate representation of color #7BBEC6: hue angle of 186.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BBEC6 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB123190198-
CMYK0.380.0400.22
HSL186.4º39.68%62.94%-
HSV(B)186.4º37.88%77.65%-
XYZ36.7745.1260.2-
YUV170.88143.393.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.07%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=24.07%
G=37.18%
B=38.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231901980.380.0400.22186.439.6862.94
Hex7BBEC6264016ba283f
Octal1732763064640262725077
Binary1111011101111101100011010011010001011010111010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,190,198); }

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

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

 a { background-color: rgb(123,190,198); }

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

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

 span { border-color: rgb(123,190,198); }

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