#7FBDBF

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

Shades of Glacier #7FBDBF

Tints of Glacier #7FBDBF

Color information

#7FBDBF (or 0x7FBDBF) is unknown color: approx Glacier. HEX triplet: 7F, BD and BF. RGB value is (127,189,191). Sum of RGB (Red+Green+Blue) = 127+189+191=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #7FBDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDBF is #804240. Grayscale: #AAAAAA. Windows color (decimal): -8405569 or 12565887. OLE color: 12565887.

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

Color convert

RGB127189191-
CMYK0.340.0100.25
HSL181.88º33.33%62.35%-
HSV(B)181.88º33.51%74.9%-
XYZ36.3544.6756-
YUV170.69139.4696.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.05%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 191 (75% from 255) = 37.67%
R=25.05%
G=37.28%
B=37.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271891910.340.0100.25181.8833.3362.35
Hex7FBDBF221019b6213e
Octal1772752774210312664176
Binary11111111011110110111111100010101100110110110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,191); }

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

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

 a { background-color: rgb(127,189,191); }

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

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

 span { border-color: rgb(127,189,191); }

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