#7EBBBE

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

Shades of Glacier #7EBBBE

Tints of Glacier #7EBBBE

Color information

#7EBBBE (or 0x7EBBBE) is unknown color: approx Glacier. HEX triplet: 7E, BB and BE. RGB value is (126,187,190). Sum of RGB (Red+Green+Blue) = 126+187+190=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EBBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBBBE is #814441. Grayscale: #A9A9A9. Windows color (decimal): -8471618 or 12499838. OLE color: 12499838.

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

Color convert

RGB126187190-
CMYK0.340.0200.25
HSL182.81º32.99%61.96%-
HSV(B)182.81º33.68%74.51%-
XYZ35.6743.6955.27-
YUV169.1139.7997.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.05%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=25.05%
G=37.18%
B=37.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261871900.340.0200.25182.8132.9961.96
Hex7EBBBE222019b7213e
Octal1762732764220312674176
Binary111111010111011101111101000101001100110110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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