#7FBCBE

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

Shades of Glacier #7FBCBE

Tints of Glacier #7FBCBE

Color information

#7FBCBE (or 0x7FBCBE) is unknown color: approx Glacier. HEX triplet: 7F, BC and BE. RGB value is (127,188,190). Sum of RGB (Red+Green+Blue) = 127+188+190=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FBCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBCBE is #804341. Grayscale: #A9A9A9. Windows color (decimal): -8405826 or 12500095. OLE color: 12500095.

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

Color convert

RGB127188190-
CMYK0.330.0100.25
HSL181.9º32.64%62.16%-
HSV(B)181.9º33.16%74.51%-
XYZ36.0344.255.35-
YUV169.99139.2997.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.15%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=25.15%
G=37.23%
B=37.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271881900.330.0100.25181.932.6462.16
Hex7FBCBE211019b6213e
Octal1772742764110312664176
Binary11111111011110010111110100001101100110110110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,190); }

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

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

 a { background-color: rgb(127,188,190); }

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

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

 span { border-color: rgb(127,188,190); }

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