#7BBBBE

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

Shades of Glacier #7BBBBE

Tints of Glacier #7BBBBE

Color information

#7BBBBE (or 0x7BBBBE) is unknown color: approx Glacier. HEX triplet: 7B, BB and BE. RGB value is (123,187,190). Sum of RGB (Red+Green+Blue) = 123+187+190=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BBBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBBE is #844441. Grayscale: #A8A8A8. Windows color (decimal): -8668226 or 12499835. OLE color: 12499835.

HSL color Cylindrical-coordinate representation of color #7BBBBE: hue angle of 182.69º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBBBE is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB123187190-
CMYK0.350.0200.25
HSL182.69º34.01%61.37%-
HSV(B)182.69º35.26%74.51%-
XYZ35.2343.4755.25-
YUV168.21140.395.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.6%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 190 (74.61% from 255) = 38%
R=24.6%
G=37.4%
B=38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231871900.350.0200.25182.6934.0161.37
Hex7BBBBE232019b7223d
Octal1732732764320312674275
Binary111101110111011101111101000111001100110110111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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