#7BBBC2

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

Shades of Glacier #7BBBC2

Tints of Glacier #7BBBC2

Color information

#7BBBC2 (or 0x7BBBC2) is unknown color: approx Glacier. HEX triplet: 7B, BB and C2. RGB value is (123,187,194). Sum of RGB (Red+Green+Blue) = 123+187+194=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #7BBBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBC2 is #84443D. Grayscale: #A8A8A8. Windows color (decimal): -8668222 or 12761979. OLE color: 12761979.

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

Color convert

RGB123187194-
CMYK0.370.0400.24
HSL185.92º36.79%62.16%-
HSV(B)185.92º36.6%76.08%-
XYZ35.6843.6557.58-
YUV168.66142.395.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.40%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 194 (76.17% from 255) = 38.49%
R=24.40%
G=37.10%
B=38.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231871940.370.0400.24185.9236.7962.16
Hex7BBBC2254018ba253e
Octal1732733024540302724576
Binary1111011101110111100001010010110001100010111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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