#7FBDBE

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

Shades of Glacier #7FBDBE

Tints of Glacier #7FBDBE

Color information

#7FBDBE (or 0x7FBDBE) is unknown color: approx Glacier. HEX triplet: 7F, BD and BE. RGB value is (127,189,190). Sum of RGB (Red+Green+Blue) = 127+189+190=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDBE is #804241. Grayscale: #AAAAAA. Windows color (decimal): -8405570 or 12500351. OLE color: 12500351.

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

Color convert

RGB127189190-
CMYK0.330.0100.25
HSL180.95º32.64%62.16%-
HSV(B)180.95º33.16%74.51%-
XYZ36.2444.6255.42-
YUV170.58138.9696.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.10%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=25.10%
G=37.35%
B=37.55%

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
Decimal1271891900.330.0100.25180.9532.6462.16
Hex7FBDBE211019b5213e
Octal1772752764110312654176
Binary11111111011110110111110100001101100110110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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