#7EBCBF

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

Shades of Glacier #7EBCBF

Tints of Glacier #7EBCBF

Color information

#7EBCBF (or 0x7EBCBF) is unknown color: approx Glacier. HEX triplet: 7E, BC and BF. RGB value is (126,188,191). Sum of RGB (Red+Green+Blue) = 126+188+191=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #7EBCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCBF is #814340. Grayscale: #A9A9A9. Windows color (decimal): -8471361 or 12565630. OLE color: 12565630.

HSL color Cylindrical-coordinate representation of color #7EBCBF: hue angle of 182.77º degrees, saturation: 0.34, 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 #7EBCBF is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126188191-
CMYK0.340.0200.25
HSL182.77º33.68%62.16%-
HSV(B)182.77º34.03%74.9%-
XYZ35.9944.1655.92-
YUV169.8139.9696.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.95%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 191 (75% from 255) = 37.82%
R=24.95%
G=37.23%
B=37.82%

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
Decimal1261881910.340.0200.25182.7733.6862.16
Hex7EBCBF222019b7223e
Octal1762742774220312674276
Binary111111010111100101111111000101001100110110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,188,191); }

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

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

 a { background-color: rgb(126,188,191); }

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

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

 span { border-color: rgb(126,188,191); }

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