#7BBEC8

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

Shades of Glacier #7BBEC8

Tints of Glacier #7BBEC8

Color information

#7BBEC8 (or 0x7BBEC8) is unknown color: approx Glacier. HEX triplet: 7B, BE and C8. RGB value is (123,190,200). Sum of RGB (Red+Green+Blue) = 123+190+200=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #7BBEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBEC8 is #844137. Grayscale: #ABABAB. Windows color (decimal): -8667448 or 13155963. OLE color: 13155963.

HSL color Cylindrical-coordinate representation of color #7BBEC8: hue angle of 187.79º degrees, saturation: 0.41, 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 #7BBEC8 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB123190200-
CMYK0.380.0500.22
HSL187.79º41.18%63.33%-
HSV(B)187.79º38.5%78.43%-
XYZ37.0145.2161.42-
YUV171.11144.393.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.98%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 200 (78.52% from 255) = 38.99%
R=23.98%
G=37.04%
B=38.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231902000.380.0500.22187.7941.1863.33
Hex7BBEC8265016bc293f
Octal1732763104650262745177
Binary1111011101111101100100010011010101011010111100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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